public class CDFImpl.CDFAttributeEntry extends java.lang.Object implements AttributeEntry, java.io.Serializable
Constructor and Description |
---|
CDFAttributeEntry(java.nio.ByteBuffer buf,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttributeName() |
int |
getNumberOfElements() |
int |
getType() |
java.lang.Object |
getValue() |
int |
getVariableNumber() |
boolean |
isLongType() |
boolean |
isSameAs(AttributeEntry ae) |
boolean |
isStringType() |
public CDFAttributeEntry(java.nio.ByteBuffer buf, java.lang.String name)
public int getType()
getType
in interface AttributeEntry
public int getNumberOfElements()
getNumberOfElements
in interface AttributeEntry
public boolean isLongType()
isLongType
in interface AttributeEntry
public boolean isStringType()
isStringType
in interface AttributeEntry
public java.lang.Object getValue()
getValue
in interface AttributeEntry
public java.lang.String getAttributeName()
getAttributeName
in interface AttributeEntry
public int getVariableNumber()
getVariableNumber
in interface AttributeEntry
public boolean isSameAs(AttributeEntry ae)
isSameAs
in interface AttributeEntry