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 AttributeEntrypublic int getNumberOfElements()
getNumberOfElements in interface AttributeEntrypublic boolean isLongType()
isLongType in interface AttributeEntrypublic boolean isStringType()
isStringType in interface AttributeEntrypublic java.lang.Object getValue()
getValue in interface AttributeEntrypublic java.lang.String getAttributeName()
getAttributeName in interface AttributeEntrypublic int getVariableNumber()
getVariableNumber in interface AttributeEntrypublic boolean isSameAs(AttributeEntry ae)
isSameAs in interface AttributeEntry