Trait

io.fsq.spindle.__shaded_for_spindle_bootstrap__.descriptors

EnumElementProxy

Related Doc: package descriptors

Permalink

trait EnumElementProxy extends EnumElement

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EnumElementProxy
  2. EnumElement
  3. TBase
  4. Serializable
  5. JavaEnumElement
  6. Record
  7. Ordered
  8. Comparable
  9. UntypedRecord
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def underlying: EnumElement

    Permalink
    Attributes
    protected

Concrete 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: EnumElement): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    EnumElementProxy → JavaEnumElement
  9. def annotationsIsSet(): Boolean

    Permalink
    Definition Classes
    EnumElementProxy → JavaEnumElement
  10. def annotationsOption(): Option[Seq[Annotation]]

    Permalink
    Definition Classes
    EnumElementProxy → JavaEnumElement
  11. def annotationsOrDefault(): Seq[Annotation]

    Permalink
    Definition Classes
    EnumElementProxy → JavaEnumElement
  12. def annotationsOrNull(): Seq[Annotation]

    Permalink
    Definition Classes
    EnumElementProxy → JavaEnumElement
  13. def annotationsOrThrow(): Seq[Annotation]

    Permalink
    Definition Classes
    EnumElementProxy → JavaEnumElement
  14. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    EnumElementProxy → TBase
  16. def clone(): AnyRef

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

    Permalink
    Definition Classes
    EnumElementProxyEnumElement → Ordered
  18. def compareTo(that: EnumElement): Int

    Permalink
    Definition Classes
    EnumElement → Ordered → Comparable
  19. def copy(name: String = nameOrNull, value: Integer = valueOrNull, __annotations: Seq[Annotation] = annotationsOrNull): EnumElement

    Permalink
    Definition Classes
    EnumElementProxyEnumElement
  20. def deepCopy(): EnumElement

    Permalink
    Definition Classes
    EnumElementProxyEnumElement → TBase
  21. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    EnumElementProxy → AnyRef → Any
  23. def fieldForId(id: Int): EnumElement._Fields

    Permalink
    Definition Classes
    EnumElementProxy → TBase
  24. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. def getFieldValue(field: EnumElement._Fields): AnyRef

    Permalink
    Definition Classes
    EnumElementProxy → TBase
  27. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  29. def isSet(field: EnumElement._Fields): Boolean

    Permalink
    Definition Classes
    EnumElementProxy → TBase
  30. def mergeCopy(that: EnumElement): EnumElement

    Permalink
    Definition Classes
    EnumElementProxyEnumElementRecord
  31. def meta: EnumElementMeta

    Permalink
    Definition Classes
    EnumElementProxyEnumElementRecordUntypedRecord
  32. def mutable: MutableEnumElement

    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
    EnumElementProxyEnumElement
  33. def mutableCopy(): MutableEnumElement

    Permalink
    Definition Classes
    EnumElementProxyEnumElement
  34. def name(): String

    Permalink
    Definition Classes
    EnumElementProxy → JavaEnumElement
  35. def nameIsSet(): Boolean

    Permalink
    Definition Classes
    EnumElementProxy → JavaEnumElement
  36. def nameOption(): Option[String]

    Permalink
    Definition Classes
    EnumElementProxy → JavaEnumElement
  37. def nameOrNull(): String

    Permalink
    Definition Classes
    EnumElementProxy → JavaEnumElement
  38. def nameOrThrow(): String

    Permalink
    Definition Classes
    EnumElementProxy → JavaEnumElement
  39. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    EnumElementProxy → TBase → UntypedRecord
  43. def setFieldValue(field: EnumElement._Fields, value: AnyRef): Unit

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

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

    Permalink
    Definition Classes
    EnumElement
  46. def toString(): String

    Permalink
    Definition Classes
    EnumElementProxy → AnyRef → Any
  47. def value(): Int

    Permalink
    Definition Classes
    EnumElementProxy → JavaEnumElement
  48. def valueIsSet(): Boolean

    Permalink
    Definition Classes
    EnumElementProxy → JavaEnumElement
  49. def valueOption(): Option[Int]

    Permalink
    Definition Classes
    EnumElementProxy → JavaEnumElement
  50. def valueOrDefault(): Int

    Permalink
    Definition Classes
    EnumElementProxy → JavaEnumElement
  51. def valueOrNull(): Integer

    Permalink
    Definition Classes
    EnumElementProxy → JavaEnumElement
  52. def valueOrThrow(): Int

    Permalink
    Definition Classes
    EnumElementProxy → JavaEnumElement
  53. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    EnumElementProxyEnumElement → TBase → UntypedRecord

Inherited from EnumElement

Inherited from TBase[EnumElement, EnumElement._Fields]

Inherited from Serializable

Inherited from JavaEnumElement[Annotation, EnumElement, RawEnumElement, EnumElementMeta]

Inherited from Record[EnumElement]

Inherited from Ordered[EnumElement]

Inherited from Comparable[EnumElement]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped