Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected OwnershipStatus |
OwnershipStatusRecord.ownershipStatus
The ownership and/or ownership conflict status of the entity represented by the Entity ID field.
|
Modifier and Type | Method and Description |
---|---|
OwnershipStatus |
OwnershipStatusRecord.getOwnershipStatus()
Getter for
OwnershipStatusRecord.ownershipStatus |
Modifier and Type | Method and Description |
---|---|
OwnershipStatusRecord |
OwnershipStatusRecord.setOwnershipStatus(OwnershipStatus pOwnershipStatus)
Setter for
OwnershipStatusRecord.ownershipStatus |
Modifier and Type | Method and Description |
---|---|
static OwnershipStatus |
OwnershipStatus.getEnumForValue(int i) |
static OwnershipStatus |
OwnershipStatus.unmarshalEnum(java.nio.ByteBuffer buff) |
static OwnershipStatus |
OwnershipStatus.unmarshalEnum(java.io.DataInputStream dis) |
static OwnershipStatus |
OwnershipStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OwnershipStatus[] |
OwnershipStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|