org.apache.blur.thirdparty.thrift_0_9_0.meta_data
Class StructMetaData

java.lang.Object
  extended by org.apache.blur.thirdparty.thrift_0_9_0.meta_data.FieldValueMetaData
      extended by org.apache.blur.thirdparty.thrift_0_9_0.meta_data.StructMetaData
All Implemented Interfaces:
Serializable

public class StructMetaData
extends FieldValueMetaData

See Also:
Serialized Form

Field Summary
 Class<? extends TBase> structClass
           
 
Fields inherited from class org.apache.blur.thirdparty.thrift_0_9_0.meta_data.FieldValueMetaData
type
 
Constructor Summary
StructMetaData(byte type, Class<? extends TBase> sClass)
           
 
Method Summary
 
Methods inherited from class org.apache.blur.thirdparty.thrift_0_9_0.meta_data.FieldValueMetaData
getTypedefName, isBinary, isContainer, isStruct, isTypedef
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

structClass

public final Class<? extends TBase> structClass
Constructor Detail

StructMetaData

public StructMetaData(byte type,
                      Class<? extends TBase> sClass)


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.