com.twitter.thrift.descriptors

RawConst

final class RawConst extends JavaConstRaw[Const, RawConst, ConstMeta] with MutableConst

Linear Supertypes
MutableConst, Const, TBase[Const, Const._Fields], Serializable, JavaConstRaw[Const, RawConst, ConstMeta], JavaConstMutable[Const, RawConst, ConstMeta], MutableRecord[Const], JavaConst[Const, RawConst, ConstMeta], Record[Const], Ordered[Const], Comparable[Const], UntypedRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RawConst
  2. MutableConst
  3. Const
  4. TBase
  5. Serializable
  6. JavaConstRaw
  7. JavaConstMutable
  8. MutableRecord
  9. JavaConst
  10. Record
  11. Ordered
  12. Comparable
  13. UntypedRecord
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RawConst()

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def <(that: Const): Boolean

    Definition Classes
    Const → Ordered
  5. def <=(that: Const): Boolean

    Definition Classes
    Const → Ordered
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def >(that: Const): Boolean

    Definition Classes
    Const → Ordered
  9. def >=(that: Const): Boolean

    Definition Classes
    Const → Ordered
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clear(): Unit

    Definition Classes
    RawConst → TBase
  12. def clone(): AnyRef

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

    Definition Classes
    Const → Ordered
  14. def compareTo(that: Const): Int

    Definition Classes
    Const → Ordered → Comparable
  15. def copy(typeId: String = typeIdOrNull, name: String = nameOrNull, value: String = valueOrNull): RawConst

    Definition Classes
    RawConstMutableConstConst
  16. def deepCopy(): RawConst

    Definition Classes
    RawConstConst → TBase
  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(that: Const): Boolean

  19. def equals(that: Any): Boolean

    Definition Classes
    RawConst → AnyRef → Any
  20. def fieldForId(id: Int): Const._Fields

    Definition Classes
    RawConst → TBase
  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
  23. def getFieldValue(field: Const._Fields): AnyRef

    Definition Classes
    RawConst → TBase
  24. def getSetFields: Seq[Any]

  25. def hashCode(): Int

    Definition Classes
    RawConst → AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def isSet(field: Const._Fields): Boolean

    Definition Classes
    RawConst → TBase
  28. def merge(that: Const): Unit

    Definition Classes
    RawConstMutableConst → MutableRecord
  29. def mergeCopy(that: Const): Const

    Definition Classes
    RawConstConst → Record
  30. def meta: ConstMeta

    Definition Classes
    RawConstConst → Record → UntypedRecord
  31. def mutable: MutableConst

    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
    MutableConstConst
  32. def mutableCopy(): MutableConst

    Definition Classes
    Const
  33. def name(): String

    Definition Classes
    RawConst → JavaConst
  34. def nameIsSet(): Boolean

    Definition Classes
    RawConst → JavaConst
  35. def nameOption(): Option[String]

    Definition Classes
    RawConst → JavaConst
  36. def nameOrNull(): String

    Definition Classes
    RawConst → JavaConst
  37. def nameOrThrow(): String

    Definition Classes
    RawConst → JavaConst
  38. def nameUnset(): Unit

    Definition Classes
    RawConstMutableConst
  39. def name_=(x: String): Unit

    Definition Classes
    RawConstMutableConst
  40. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  41. final def notify(): Unit

    Definition Classes
    AnyRef
  42. final def notifyAll(): Unit

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

    Definition Classes
    RawConst → TBase → UntypedRecord
  44. def setFieldValue(field: Const._Fields, value: AnyRef): Unit

    Definition Classes
    RawConst → TBase
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  46. def toBuilder(): AllSpecified

    Definition Classes
    Const
  47. def toString(): String

    Definition Classes
    RawConst → AnyRef → Any
  48. def typeId(): String

    Definition Classes
    RawConst → JavaConst
  49. def typeIdIsSet(): Boolean

    Definition Classes
    RawConst → JavaConst
  50. def typeIdOption(): Option[String]

    Definition Classes
    RawConst → JavaConst
  51. def typeIdOrNull(): String

    Definition Classes
    RawConst → JavaConst
  52. def typeIdOrThrow(): String

    Definition Classes
    RawConst → JavaConst
  53. def typeIdUnset(): Unit

    Definition Classes
    RawConstMutableConst
  54. def typeId_=(x: String): Unit

    Definition Classes
    RawConstMutableConst
  55. def value(): String

    Definition Classes
    RawConst → JavaConst
  56. def valueIsSet(): Boolean

    Definition Classes
    RawConst → JavaConst
  57. def valueOption(): Option[String]

    Definition Classes
    RawConst → JavaConst
  58. def valueOrNull(): String

    Definition Classes
    RawConst → JavaConst
  59. def valueOrThrow(): String

    Definition Classes
    RawConst → JavaConst
  60. def valueUnset(): Unit

    Definition Classes
    RawConstMutableConst
  61. def value_=(x: String): Unit

    Definition Classes
    RawConstMutableConst
  62. final def wait(): Unit

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

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

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

    Definition Classes
    RawConstConst → TBase → UntypedRecord

Inherited from MutableConst

Inherited from Const

Inherited from TBase[Const, Const._Fields]

Inherited from Serializable

Inherited from JavaConstRaw[Const, RawConst, ConstMeta]

Inherited from JavaConstMutable[Const, RawConst, ConstMeta]

Inherited from MutableRecord[Const]

Inherited from JavaConst[Const, RawConst, ConstMeta]

Inherited from Record[Const]

Inherited from Ordered[Const]

Inherited from Comparable[Const]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped