-
- All Implemented Interfaces:
public final class EnumElementValue extends ElementValue
Describes an EnumElementValue attribute structure.
-
-
Field Summary
Fields Modifier and Type Field Description private IntegertypeNameIndexprivate IntegerconstNameIndexprivate final Integerlengthprivate final StringentryNameprivate ElementValueTypeelementValueType
-
Constructor Summary
Constructors Constructor Description EnumElementValue()
-
Method Summary
Modifier and Type Method Description final IntegergetTypeNameIndex()type_name_index of this element value entry. final UnitsetTypeNameIndex(Integer typeNameIndex)type_name_index of this element value entry. final IntegergetConstNameIndex()const_name_index of this element value entry. final UnitsetConstNameIndex(Integer constNameIndex)const_name_index of this element value entry. IntegergetLength()StringgetEntryName()Name of the entry. -
Methods inherited from class org.gjt.jclasslib.structures.elementvalues.ElementValue
getElementValueType, setElementValueType -
Methods inherited from class org.gjt.jclasslib.structures.Structure
read, write -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getTypeNameIndex
final Integer getTypeNameIndex()
type_name_index of this element value entry.
-
setTypeNameIndex
final Unit setTypeNameIndex(Integer typeNameIndex)
type_name_index of this element value entry.
-
getConstNameIndex
final Integer getConstNameIndex()
const_name_index of this element value entry.
-
setConstNameIndex
final Unit setConstNameIndex(Integer constNameIndex)
const_name_index of this element value entry.
-
getEntryName
String getEntryName()
Name of the entry.
-
-
-
-