Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected EntityVPRecordChangeIndicator |
EntityAssociationVP.changeIndicator
Indicates if this VP has changed since last issuance uid 320
|
protected EntityVPRecordChangeIndicator |
EntityTypeVP.changeIndicator
Indicates if this VP has changed since last issuance uid 320
|
Modifier and Type | Method and Description |
---|---|
EntityVPRecordChangeIndicator |
EntityAssociationVP.getChangeIndicator()
Getter for
EntityAssociationVP.changeIndicator |
EntityVPRecordChangeIndicator |
EntityTypeVP.getChangeIndicator()
Getter for
EntityTypeVP.changeIndicator |
Modifier and Type | Method and Description |
---|---|
EntityAssociationVP |
EntityAssociationVP.setChangeIndicator(EntityVPRecordChangeIndicator pChangeIndicator)
Setter for
EntityAssociationVP.changeIndicator |
EntityTypeVP |
EntityTypeVP.setChangeIndicator(EntityVPRecordChangeIndicator pChangeIndicator)
Setter for
EntityTypeVP.changeIndicator |
Modifier and Type | Method and Description |
---|---|
static EntityVPRecordChangeIndicator |
EntityVPRecordChangeIndicator.getEnumForValue(int i) |
static EntityVPRecordChangeIndicator |
EntityVPRecordChangeIndicator.unmarshalEnum(java.nio.ByteBuffer buff) |
static EntityVPRecordChangeIndicator |
EntityVPRecordChangeIndicator.unmarshalEnum(java.io.DataInputStream dis) |
static EntityVPRecordChangeIndicator |
EntityVPRecordChangeIndicator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntityVPRecordChangeIndicator[] |
EntityVPRecordChangeIndicator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|