org.apache.blur.thirdparty.thrift_0_9_0.protocol
Class TField

java.lang.Object
  extended by org.apache.blur.thirdparty.thrift_0_9_0.protocol.TField

public class TField
extends Object

Helper class that encapsulates field metadata.


Field Summary
 short id
           
 String name
           
 byte type
           
 
Constructor Summary
TField()
           
TField(String n, byte t, short i)
           
 
Method Summary
 boolean equals(TField otherField)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public final String name

type

public final byte type

id

public final short id
Constructor Detail

TField

public TField()

TField

public TField(String n,
              byte t,
              short i)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(TField otherField)


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