|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.farrago.fennel.tuple.FennelTupleDescriptor
public class FennelTupleDescriptor
FennelTupleDescriptor provides the metadata describing a tuple. This is used in conjunction with FennelTupleAccessor objects to marshall and unmarshall data into FennelTupleData objects from external formats. This class is JDK 1.4 compatible.
Field Summary | |
---|---|
private List |
attrs
a collection of the FennelTupleAttributeDescriptor objects we're keeping. |
private static long |
serialVersionUID
SerialVersionUID created with JDK 1.5 serialver tool. |
Constructor Summary | |
---|---|
FennelTupleDescriptor()
default constructor |
Method Summary | |
---|---|
int |
add(FennelTupleAttributeDescriptor newDesc)
Adds a new FennelTupleAttributeDescriptor. |
boolean |
containsNullable()
Indicates if any descriptors we're keeping might contain nulls. |
FennelTupleAttributeDescriptor |
getAttr(int i)
Gets an FennelTupleAttributeDescriptor given an ordinal index. |
int |
getAttrCount()
Returns the number of attributes we are holding. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private final List attrs
Constructor Detail |
---|
public FennelTupleDescriptor()
Method Detail |
---|
public int getAttrCount()
public FennelTupleAttributeDescriptor getAttr(int i)
public int add(FennelTupleAttributeDescriptor newDesc)
public boolean containsNullable()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |