public final class ClassStructure extends OSTypeStructure
The class structure.
Modifier and Type | Field and Description |
---|---|
static int |
StructureKeyClss
Identifies the structure key.
|
static int |
StructureKeyGlbc
Identifies the structure key.
|
static int |
StructureKeyType
Identifies the structure key.
|
Constructor and Description |
---|
ClassStructure(ClassID keyName,
ClassID classID,
int structureKey)
Initializes a new instance of the
ClassStructure 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 structure 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.
|
getHeaderLength, getKeyName, save, saveWithoutKeyName, setKeyName
public static final int StructureKeyClss
Identifies the structure key.
public static final int StructureKeyType
Identifies the structure key.
public static final int StructureKeyGlbc
Identifies the structure key.
public ClassStructure(ClassID keyName, ClassID classID, int structureKey)
Initializes a new instance of the ClassStructure
class.
keyName
- Name of the key.classID
- The class ID.structureKey
- The structure key.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 getKey()
Gets the structure key.
getKey
in class OSTypeStructure
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 int getLength()
Gets the OSTypeStructure
length in bytes.
getLength
in class OSTypeStructure