public final class EnumeratedReferenceStructure extends EnumeratedDescriptorStructure
Enumerated reference structure.
| Modifier and Type | Field and Description |
|---|---|
static int |
EnumeratedStructureKey
Identifies the structure key.
|
StructureKey| Constructor and Description |
|---|
EnumeratedReferenceStructure(ClassID keyName,
ClassID classID,
ClassID typeID,
ClassID enumName)
Initializes a new instance of the
EnumeratedReferenceStructure class. |
| Modifier and Type | Method and Description |
|---|---|
ClassID |
getClassID()
Gets or sets the class ID.
|
String |
getClassName()
Gets or sets the class name.
|
int |
getKey()
Gets the key.
|
int |
getLength()
Gets the
OSTypeStructure length in bytes. |
void |
setClassID(ClassID value)
Gets or sets the class ID.
|
void |
setClassName(String value)
Gets or sets the class name.
|
getEnumName, getTypeID, setEnumName, setTypeIDgetHeaderLength, getKeyName, save, saveWithoutKeyName, setKeyNamepublic static final int EnumeratedStructureKey
Identifies the structure key.
public EnumeratedReferenceStructure(ClassID keyName, ClassID classID, ClassID typeID, ClassID enumName)
Initializes a new instance of the EnumeratedReferenceStructure class.
keyName - The key name.classID - The class ID.typeID - The type ID.enumName - The enum name.public int getKey()
Gets the key.
getKey in class EnumeratedDescriptorStructurepublic final String getClassName()
Gets or sets the class name.
Value: The class name.public final void setClassName(String value)
Gets or sets the class name.
Value: The class name.public final ClassID getClassID()
Gets or sets the class ID.
Value: The class ID.public final void setClassID(ClassID value)
Gets or sets the class ID.
Value: The class ID.public int getLength()
Gets the OSTypeStructure length in bytes.
getLength in class EnumeratedDescriptorStructureCopyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.