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 typeID,
ClassID enumName,
ClassID classID)
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, setTypeID
getHeaderLength, getKeyName, save, saveWithoutKeyName, setKeyName
public static final int EnumeratedStructureKey
Identifies the structure key.
public EnumeratedReferenceStructure(ClassID keyName, ClassID typeID, ClassID enumName, ClassID classID)
Initializes a new instance of the EnumeratedReferenceStructure
class.
keyName
- The key name.typeID
- The type ID.enumName
- The enum name.classID
- The class ID.public int getKey()
Gets the key.
getKey
in class EnumeratedDescriptorStructure
public 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 EnumeratedDescriptorStructure
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.