Package org.apache.thrift.partial
Class ThriftMetadata.ThriftEnum
- java.lang.Object
-
- org.apache.thrift.partial.ThriftMetadata.ThriftObject
-
- org.apache.thrift.partial.ThriftMetadata.ThriftEnum
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ThriftMetadata
public static class ThriftMetadata.ThriftEnum extends ThriftMetadata.ThriftObject
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.thrift.partial.ThriftMetadata.ThriftObject
additionalData, data, fieldId, noFields, parent
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidtoPrettyString(java.lang.StringBuilder sb, int level)Converts this instance to formatted and indented string representation.-
Methods inherited from class org.apache.thrift.partial.ThriftMetadata.ThriftObject
append, getIndent, getName, getSubElementName, getSubElementName
-
-
-
-
Method Detail
-
toPrettyString
protected void toPrettyString(java.lang.StringBuilder sb, int level)Description copied from class:ThriftMetadata.ThriftObjectConverts this instance to formatted and indented string representation.- Specified by:
toPrettyStringin classThriftMetadata.ThriftObject- Parameters:
sb- theStringBuilderto add formatted strings to.level- the current indent level.
-
-