-
- All Implemented Interfaces:
public abstract class ElementValue extends SubStructure
Describes an ElementValue attribute structure.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classElementValue.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringentryNameprivate final Integerlengthprivate ElementValueTypeelementValueType
-
Constructor Summary
Constructors Constructor Description ElementValue(ElementValueType elementValueType)
-
Method Summary
Modifier and Type Method Description abstract StringgetEntryName()Name of the entry. IntegergetLength()The length of the structure in bytes. final ElementValueTypegetElementValueType()The type of the element value. final UnitsetElementValueType(ElementValueType elementValueType)The type of the element value. -
-
Constructor Detail
-
ElementValue
ElementValue(ElementValueType elementValueType)
-
-
Method Detail
-
getEntryName
abstract String getEntryName()
Name of the entry.
-
getElementValueType
final ElementValueType getElementValueType()
The type of the element value.
-
setElementValueType
final Unit setElementValueType(ElementValueType elementValueType)
The type of the element value.
-
-
-
-