com.twitter.thrift.descriptors

RawConst

final class RawConst extends MutableConst

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

Instance Constructors

  1. new RawConst()

Type Members

  1. type MetaT = Const.type

    Definition Classes
    Const → Record

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
    Ordered
  5. def <=(that: Const): Boolean

    Definition Classes
    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
    Ordered
  9. def >=(that: Const): Boolean

    Definition Classes
    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
    Ordered → Comparable
  15. def copy(typeId: String = typeIdOrNull, name: String = nameOrNull, value: String = valueOrNull): Raw

    Definition Classes
    RawConstMutableConstConst
  16. def deepCopy(): Raw

    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): _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: _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: _Fields): Boolean

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

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

    Definition Classes
    RawConstConst
  30. def meta: Const.type

    Definition Classes
    RawConst → Record → UntypedRecord
  31. def mutable: Mutable

    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(): Mutable

    Definition Classes
    Const
  33. def name: String

    Definition Classes
    RawConstConst
  34. def nameIsSet: Boolean

    Definition Classes
    RawConstConst
  35. def nameOption: Option[String]

    Definition Classes
    RawConstConst
  36. def nameOrNull: String

    Definition Classes
    RawConstConst
  37. def nameOrThrow: String

    Definition Classes
    RawConstConst
  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: _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
    RawConstConst
  49. def typeIdIsSet: Boolean

    Definition Classes
    RawConstConst
  50. def typeIdOption: Option[String]

    Definition Classes
    RawConstConst
  51. def typeIdOrNull: String

    Definition Classes
    RawConstConst
  52. def typeIdOrThrow: String

    Definition Classes
    RawConstConst
  53. def typeIdUnset(): Unit

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

    Definition Classes
    RawConstMutableConst
  55. def validate(): Boolean

  56. def value: String

    Definition Classes
    RawConstConst
  57. def valueIsSet: Boolean

    Definition Classes
    RawConstConst
  58. def valueOption: Option[String]

    Definition Classes
    RawConstConst
  59. def valueOrNull: String

    Definition Classes
    RawConstConst
  60. def valueOrThrow: String

    Definition Classes
    RawConstConst
  61. def valueUnset(): Unit

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

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

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

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

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

    Definition Classes
    RawConstConst → TBase → UntypedRecord

Inherited from MutableConst

Inherited from Const

Inherited from TBase[Const, _Fields]

Inherited from Serializable

Inherited from Ordered[Const]

Inherited from Comparable[Const]

Inherited from Record[Const]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped