Object/Trait

com.ing.baker.runtime.actor.protobuf.Value

OneofValue

Related Docs: trait OneofValue | package Value

Permalink

object OneofValue extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OneofValue
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class BigDecimalJavaValue(value: String) extends OneofValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  2. case class BigDecimalScalaValue(value: String) extends OneofValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  3. case class BigIntJavaValue(value: String) extends OneofValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  4. case class BigIntScalaValue(value: String) extends OneofValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  5. case class BooleanValue(value: Boolean) extends OneofValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  6. case class ByteArrayValue(value: ByteString) extends OneofValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  7. case class ByteValue(value: Int) extends OneofValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  8. case class CharValue(value: Int) extends OneofValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  9. case class DoubleValue(value: Double) extends OneofValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  10. case class FloatValue(value: Float) extends OneofValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  11. case class IntValue(value: Int) extends OneofValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  12. case class JodaDatetimeValue(value: String) extends OneofValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  13. case class JodaLocaldateValue(value: String) extends OneofValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  14. case class JodaLocaldatetimeValue(value: String) extends OneofValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  15. case class ListValue(value: List) extends OneofValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  16. case class LongValue(value: Long) extends OneofValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  17. case class NullValue(value: Boolean) extends OneofValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  18. case class RecordValue(value: Record) extends OneofValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  19. case class ShortValue(value: Int) extends OneofValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  20. case class StringValue(value: String) extends OneofValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Empty extends OneofValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  17. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped