Class

io.fsq.spindle.__shaded_for_spindle_bootstrap__.descriptors

RawEnum

Related Doc: package descriptors

Permalink

final class RawEnum extends JavaEnumRaw[Annotation, EnumElement, Enum, RawEnum, EnumMeta] with MutableEnum

Linear Supertypes
MutableEnum, Enum, TBase[Enum, Enum._Fields], Serializable, JavaEnumRaw[Annotation, EnumElement, Enum, RawEnum, EnumMeta], JavaEnumMutable[Annotation, EnumElement, Enum, RawEnum, EnumMeta], MutableRecord[Enum], JavaEnum[Annotation, EnumElement, Enum, RawEnum, EnumMeta], Record[Enum], Ordered[Enum], Comparable[Enum], UntypedRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RawEnum
  2. MutableEnum
  3. Enum
  4. TBase
  5. Serializable
  6. JavaEnumRaw
  7. JavaEnumMutable
  8. MutableRecord
  9. JavaEnum
  10. Record
  11. Ordered
  12. Comparable
  13. UntypedRecord
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RawEnum()

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: Enum): Boolean

    Permalink
    Definition Classes
    Enum → Ordered
  4. def <=(that: Enum): Boolean

    Permalink
    Definition Classes
    Enum → Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: Enum): Boolean

    Permalink
    Definition Classes
    Enum → Ordered
  7. def >=(that: Enum): Boolean

    Permalink
    Definition Classes
    Enum → Ordered
  8. def __annotations(): Seq[Annotation]

    Permalink
    Definition Classes
    RawEnum → JavaEnum
  9. def __annotations_=(x: Seq[Annotation]): Unit

    Permalink
    Definition Classes
    RawEnumMutableEnum
  10. def annotationsIsSet(): Boolean

    Permalink
    Definition Classes
    RawEnum → JavaEnum
  11. def annotationsOption(): Option[Seq[Annotation]]

    Permalink
    Definition Classes
    RawEnum → JavaEnum
  12. def annotationsOrDefault(): Seq[Annotation]

    Permalink
    Definition Classes
    RawEnum → JavaEnum
  13. def annotationsOrNull(): Seq[Annotation]

    Permalink
    Definition Classes
    RawEnum → JavaEnum
  14. def annotationsOrThrow(): Seq[Annotation]

    Permalink
    Definition Classes
    RawEnum → JavaEnum
  15. def annotationsUnset(): Unit

    Permalink
    Definition Classes
    RawEnumMutableEnum
  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. def clear(): Unit

    Permalink
    Definition Classes
    RawEnum → TBase
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. def compare(that: Enum): Int

    Permalink
    Definition Classes
    Enum → Ordered
  20. def compareTo(that: Enum): Int

    Permalink
    Definition Classes
    Enum → Ordered → Comparable
  21. def copy(name: String = nameOrNull, elements: Seq[EnumElement] = elementsOrNull, __annotations: Seq[Annotation] = annotationsOrNull): RawEnum

    Permalink
    Definition Classes
    RawEnumMutableEnumEnum
  22. def deepCopy(): RawEnum

    Permalink
    Definition Classes
    RawEnumEnum → TBase
  23. def elements(): Seq[EnumElement]

    Permalink
    Definition Classes
    RawEnum → JavaEnum
  24. def elementsIsSet(): Boolean

    Permalink
    Definition Classes
    RawEnum → JavaEnum
  25. def elementsOption(): Option[Seq[EnumElement]]

    Permalink
    Definition Classes
    RawEnum → JavaEnum
  26. def elementsOrDefault(): Seq[EnumElement]

    Permalink
    Definition Classes
    RawEnum → JavaEnum
  27. def elementsOrNull(): Seq[EnumElement]

    Permalink
    Definition Classes
    RawEnum → JavaEnum
  28. def elementsOrThrow(): Seq[EnumElement]

    Permalink
    Definition Classes
    RawEnum → JavaEnum
  29. def elementsUnset(): Unit

    Permalink
    Definition Classes
    RawEnumMutableEnum
  30. def elements_=(x: Seq[EnumElement]): Unit

    Permalink
    Definition Classes
    RawEnumMutableEnum
  31. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. def equals(that: Enum): Boolean

    Permalink
  33. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    RawEnum → AnyRef → Any
  34. def fieldForId(id: Int): Enum._Fields

    Permalink
    Definition Classes
    RawEnum → TBase
  35. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  37. def getFieldValue(field: Enum._Fields): AnyRef

    Permalink
    Definition Classes
    RawEnum → TBase
  38. def getSetFields: Seq[Any]

    Permalink
  39. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  41. def isSet(field: Enum._Fields): Boolean

    Permalink
    Definition Classes
    RawEnum → TBase
  42. def merge(that: Enum): Unit

    Permalink
    Definition Classes
    RawEnumMutableEnumMutableRecord
  43. def mergeCopy(that: Enum): Enum

    Permalink
    Definition Classes
    RawEnumEnumRecord
  44. def meta: EnumMeta

    Permalink
    Definition Classes
    RawEnumEnumRecordUntypedRecord
  45. def mutable: MutableEnum

    Permalink

    Returns a pointer to a Mutable version of this record.

    Returns a pointer to a Mutable version of this record.

    If the underlying implementation is mutable, this will be returned. If the underlying implementation is immutable, a mutable copy will be returned.

    After mutating the instance returned by this method, the original instance (on which mutable was called) will be in an undefined state. It may or may not have been modified, depending on whether it was immutable or not.

    This is included as an optimization for when we want access to a Mutable record but don't want to pay the cost of copying every time.

    Definition Classes
    MutableEnumEnum
  46. def mutableCopy(): MutableEnum

    Permalink
    Definition Classes
    Enum
  47. def name(): String

    Permalink
    Definition Classes
    RawEnum → JavaEnum
  48. def nameIsSet(): Boolean

    Permalink
    Definition Classes
    RawEnum → JavaEnum
  49. def nameOption(): Option[String]

    Permalink
    Definition Classes
    RawEnum → JavaEnum
  50. def nameOrNull(): String

    Permalink
    Definition Classes
    RawEnum → JavaEnum
  51. def nameOrThrow(): String

    Permalink
    Definition Classes
    RawEnum → JavaEnum
  52. def nameUnset(): Unit

    Permalink
    Definition Classes
    RawEnumMutableEnum
  53. def name_=(x: String): Unit

    Permalink
    Definition Classes
    RawEnumMutableEnum
  54. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  57. def read(iprot: TProtocol): Unit

    Permalink
    Definition Classes
    RawEnum → TBase → UntypedRecord
  58. def setFieldValue(field: Enum._Fields, value: AnyRef): Unit

    Permalink
    Definition Classes
    RawEnum → TBase
  59. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  60. def toBuilder(): AllSpecified

    Permalink
    Definition Classes
    Enum
  61. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. def write(oprot: TProtocol): Unit

    Permalink
    Definition Classes
    RawEnumEnum → TBase → UntypedRecord

Inherited from MutableEnum

Inherited from Enum

Inherited from TBase[Enum, Enum._Fields]

Inherited from Serializable

Inherited from JavaEnumRaw[Annotation, EnumElement, Enum, RawEnum, EnumMeta]

Inherited from JavaEnumMutable[Annotation, EnumElement, Enum, RawEnum, EnumMeta]

Inherited from MutableRecord[Enum]

Inherited from JavaEnum[Annotation, EnumElement, Enum, RawEnum, EnumMeta]

Inherited from Record[Enum]

Inherited from Ordered[Enum]

Inherited from Comparable[Enum]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped