Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected VariableParameterRecordType |
ArticulatedPartVP.recordType
the identification of the Variable Parameter record.
|
protected VariableParameterRecordType |
AttachedPartVP.recordType
the identification of the Variable Parameter record.
|
protected VariableParameterRecordType |
EntityAssociationVP.recordType
the identification of the Variable Parameter record.
|
protected VariableParameterRecordType |
EntityTypeVP.recordType
the identification of the Variable Parameter record.
|
protected VariableParameterRecordType |
SeparationVP.recordType
the identification of the Variable Parameter record.
|
protected VariableParameterRecordType |
VariableParameter.recordType
the identification of the Variable Parameter record.
|
Modifier and Type | Method and Description |
---|---|
VariableParameterRecordType |
ArticulatedPartVP.getRecordType()
Getter for
ArticulatedPartVP.recordType |
VariableParameterRecordType |
AttachedPartVP.getRecordType()
Getter for
AttachedPartVP.recordType |
VariableParameterRecordType |
EntityAssociationVP.getRecordType()
Getter for
EntityAssociationVP.recordType |
VariableParameterRecordType |
EntityTypeVP.getRecordType()
Getter for
EntityTypeVP.recordType |
VariableParameterRecordType |
SeparationVP.getRecordType()
Getter for
SeparationVP.recordType |
VariableParameterRecordType |
VariableParameter.getRecordType()
Getter for
VariableParameter.recordType |
Modifier and Type | Method and Description |
---|---|
ArticulatedPartVP |
ArticulatedPartVP.setRecordType(VariableParameterRecordType pRecordType)
Setter for
ArticulatedPartVP.recordType |
AttachedPartVP |
AttachedPartVP.setRecordType(VariableParameterRecordType pRecordType)
Setter for
AttachedPartVP.recordType |
EntityAssociationVP |
EntityAssociationVP.setRecordType(VariableParameterRecordType pRecordType)
Setter for
EntityAssociationVP.recordType |
EntityTypeVP |
EntityTypeVP.setRecordType(VariableParameterRecordType pRecordType)
Setter for
EntityTypeVP.recordType |
SeparationVP |
SeparationVP.setRecordType(VariableParameterRecordType pRecordType)
Setter for
SeparationVP.recordType |
VariableParameter |
VariableParameter.setRecordType(VariableParameterRecordType pRecordType)
Setter for
VariableParameter.recordType |
Modifier and Type | Method and Description |
---|---|
static VariableParameterRecordType |
VariableParameterRecordType.getEnumForValue(int i) |
static VariableParameterRecordType |
VariableParameterRecordType.unmarshalEnum(java.nio.ByteBuffer buff) |
static VariableParameterRecordType |
VariableParameterRecordType.unmarshalEnum(java.io.DataInputStream dis) |
static VariableParameterRecordType |
VariableParameterRecordType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VariableParameterRecordType[] |
VariableParameterRecordType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|