class TTypeEntry extends TUnion[TTypeEntry, _Fields]
Autogenerated by Thrift Compiler (0.9.3)
DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TTypeEntry
- TUnion
- TBase
- Serializable
- TSerializable
- Comparable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TTypeEntry(other: TTypeEntry)
- new TTypeEntry(setField: _Fields, value: Any)
- new TTypeEntry()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
checkType(setField: _Fields, value: Any): Unit
- Attributes
- protected[thrift]
- Definition Classes
- TTypeEntry → TUnion
-
final
def
clear(): Unit
- Definition Classes
- TUnion → TBase
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
compareTo(other: TTypeEntry): Int
- Definition Classes
- TTypeEntry → Comparable
-
def
deepCopy(): TTypeEntry
- Definition Classes
- TTypeEntry → TBase
-
def
enumForId(id: Short): _Fields
- Attributes
- protected[thrift]
- Definition Classes
- TTypeEntry → TUnion
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(other: TTypeEntry): Boolean
-
def
equals(other: Any): Boolean
- Definition Classes
- TTypeEntry → AnyRef → Any
-
def
fieldForId(fieldId: Int): _Fields
- Definition Classes
- TTypeEntry → TBase
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getArrayEntry(): TArrayTypeEntry
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getFieldDesc(setField: _Fields): TField
- Attributes
- protected[thrift]
- Definition Classes
- TTypeEntry → TUnion
-
def
getFieldValue(arg0: Int): AnyRef
- Definition Classes
- TUnion
-
def
getFieldValue(arg0: _Fields): AnyRef
- Definition Classes
- TUnion → TBase
-
def
getFieldValue(): AnyRef
- Definition Classes
- TUnion
- def getMapEntry(): TMapTypeEntry
- def getPrimitiveEntry(): TPrimitiveTypeEntry
-
def
getSetField(): _Fields
- Definition Classes
- TUnion
-
def
getStructDesc(): TStruct
- Attributes
- protected[thrift]
- Definition Classes
- TTypeEntry → TUnion
- def getStructEntry(): TStructTypeEntry
- def getUnionEntry(): TUnionTypeEntry
- def getUserDefinedTypeEntry(): TUserDefinedTypeEntry
-
def
hashCode(): Int
- Definition Classes
- TTypeEntry → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isSet(arg0: Int): Boolean
- Definition Classes
- TUnion
-
def
isSet(arg0: _Fields): Boolean
- Definition Classes
- TUnion → TBase
-
def
isSet(): Boolean
- Definition Classes
- TUnion
- def isSetArrayEntry(): Boolean
- def isSetMapEntry(): Boolean
- def isSetPrimitiveEntry(): Boolean
- def isSetStructEntry(): Boolean
- def isSetUnionEntry(): Boolean
- def isSetUserDefinedTypeEntry(): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
read(arg0: TProtocol): Unit
- Definition Classes
- TUnion → TSerializable
- Annotations
- @throws( ... )
- def setArrayEntry(value: TArrayTypeEntry): Unit
-
def
setFieldValue(arg0: Int, arg1: Any): Unit
- Definition Classes
- TUnion
-
def
setFieldValue(arg0: _Fields, arg1: Any): Unit
- Definition Classes
- TUnion → TBase
- def setMapEntry(value: TMapTypeEntry): Unit
- def setPrimitiveEntry(value: TPrimitiveTypeEntry): Unit
- def setStructEntry(value: TStructTypeEntry): Unit
- def setUnionEntry(value: TUnionTypeEntry): Unit
- def setUserDefinedTypeEntry(value: TUserDefinedTypeEntry): Unit
-
def
standardSchemeReadValue(iprot: TProtocol, field: TField): AnyRef
- Attributes
- protected[thrift]
- Definition Classes
- TTypeEntry → TUnion
-
def
standardSchemeWriteValue(oprot: TProtocol): Unit
- Attributes
- protected[thrift]
- Definition Classes
- TTypeEntry → TUnion
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- TUnion → AnyRef → Any
-
def
tupleSchemeReadValue(iprot: TProtocol, fieldID: Short): AnyRef
- Attributes
- protected[thrift]
- Definition Classes
- TTypeEntry → TUnion
-
def
tupleSchemeWriteValue(oprot: TProtocol): Unit
- Attributes
- protected[thrift]
- Definition Classes
- TTypeEntry → TUnion
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
write(arg0: TProtocol): Unit
- Definition Classes
- TUnion → TSerializable
- Annotations
- @throws( ... )