object MajorType extends AbstractValueEnumCompanion[MajorType] with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MajorType
  2. Serializable
  3. Serializable
  4. AbstractValueEnumCompanion
  5. ValueEnumCompanion
  6. AbstractNamedEnumCompanion
  7. NamedEnumCompanion
  8. AbstractSealedEnumCompanion
  9. SealedEnumCompanion
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class ValName extends AnyRef
    Attributes
    protected[this]
    Definition Classes
    ValueEnumCompanion
  2. type Value = MajorType
    Definition Classes
    ValueEnumCompanion

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val Array: Value
  5. final val ByteString: Value
  6. final val Map: Value
  7. final val Negative: Value
  8. final val Simple: Value
  9. final val Tag: Value
  10. final val TextString: Value
  11. final val Unsigned: Value
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. lazy val byName: Map[String, MajorType]

    Returns a map from all case objects names to their instances.

    Returns a map from all case objects names to their instances. Since byName uses caseObjects macro it does NOT guarantee an order of elements. It is also essential to provide unique names for each case object in the sealed hierarchy to retrieve valid hierarchy.

    Definition Classes
    NamedEnumCompanion
  14. macro def caseObjects: List[MajorType]

    A macro which reifies a list of all case objects of the sealed trait or class T.

    A macro which reifies a list of all case objects of the sealed trait or class T. WARNING: the order of case objects in the resulting list is well defined only for enums that extend OrderedEnum. In such case, the order is consistent with declaration order in source file. However, if the enum is not an OrderedEnum, the order may be arbitrary.

    Attributes
    protected
    Definition Classes
    SealedEnumCompanion
  15. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  16. implicit lazy val codec: GenCodec[MajorType]
    Definition Classes
    NamedEnumCompanion
  17. implicit def enumCtx(implicit valName: ValName): EnumCtx
    Attributes
    protected[this]
    Definition Classes
    ValueEnumCompanion
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. implicit def evidence: MajorType.this.type

    Thanks to this implicit, SealedEnumCompanion and its subtraits can be used as typeclasses.

    Thanks to this implicit, SealedEnumCompanion and its subtraits can be used as typeclasses.

    Definition Classes
    SealedEnumCompanion
  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. implicit lazy val keyCodec: GenKeyCodec[MajorType]
    Definition Classes
    NamedEnumCompanion
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. implicit macro def valName: ValName
    Attributes
    protected[this]
    Definition Classes
    ValueEnumCompanion
  32. final lazy val values: commons.IIndexedSeq[MajorType]

    Holds an indexed sequence of all enum values, ordered by their ordinal (values(i).ordinal is always equal to i).

    Holds an indexed sequence of all enum values, ordered by their ordinal (values(i).ordinal is always equal to i).

    Definition Classes
    ValueEnumCompanionSealedEnumCompanion
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from ValueEnumCompanion[MajorType]

Inherited from NamedEnumCompanion[MajorType]

Inherited from SealedEnumCompanion[MajorType]

Inherited from AnyRef

Inherited from Any

Ungrouped