Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected ObjectKind |
ObjectType.objectKind
country to which the design of the entity is attributed uid 225
|
Modifier and Type | Method and Description |
---|---|
ObjectKind |
ObjectType.getObjectKind()
Getter for
ObjectType.objectKind |
Modifier and Type | Method and Description |
---|---|
ObjectType |
ObjectType.setObjectKind(ObjectKind pObjectKind)
Setter for
ObjectType.objectKind |
Modifier and Type | Method and Description |
---|---|
static ObjectKind |
ObjectKind.getEnumForValue(int i) |
static ObjectKind |
ObjectKind.unmarshalEnum(java.nio.ByteBuffer buff) |
static ObjectKind |
ObjectKind.unmarshalEnum(java.io.DataInputStream dis) |
static ObjectKind |
ObjectKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ObjectKind[] |
ObjectKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|