public final class PropertyStructure extends OSTypeStructure
The property structure.
Modifier and Type | Field and Description |
---|---|
static int |
StructureKey
Identifies the structure key.
|
Constructor and Description |
---|
PropertyStructure(ClassID keyName,
ClassID classID,
ClassID keyID)
Initializes a new instance of the
PropertyStructure 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.
|
ClassID |
getKeyID()
Gets or sets the key ID.
|
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.
|
void |
setKeyID(ClassID value)
Gets or sets the key ID.
|
getHeaderLength, getKeyName, save, saveWithoutKeyName, setKeyName
public static final int StructureKey
Identifies the structure key.
public PropertyStructure(ClassID keyName, ClassID classID, ClassID keyID)
Initializes a new instance of the PropertyStructure
class.
keyName
- Name of the key.classID
- The class ID.keyID
- The key 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 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 final ClassID getKeyID()
Gets or sets the key ID.
Value: The key ID.public final void setKeyID(ClassID value)
Gets or sets the key ID.
Value: The key ID.public int getLength()
Gets the OSTypeStructure
length in bytes.
getLength
in class OSTypeStructure