Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected PlatformDomain |
AggregateType.domain
Domain of entity (air, surface, subsurface, space, etc) Zero means domain does not apply.
|
protected PlatformDomain |
ObjectType.domain
Domain of entity (air, surface, subsurface, space, etc) uid 8
|
Modifier and Type | Method and Description |
---|---|
PlatformDomain |
AggregateType.getDomain()
Getter for
AggregateType.domain |
PlatformDomain |
ObjectType.getDomain()
Getter for
ObjectType.domain |
Modifier and Type | Method and Description |
---|---|
static Domain |
Domain.inst(PlatformDomain d) |
AggregateType |
AggregateType.setDomain(PlatformDomain pDomain)
Setter for
AggregateType.domain |
ObjectType |
ObjectType.setDomain(PlatformDomain pDomain)
Setter for
ObjectType.domain |
Modifier and Type | Method and Description |
---|---|
static PlatformDomain |
PlatformDomain.getEnumForValue(int i) |
static PlatformDomain |
PlatformDomain.unmarshalEnum(java.nio.ByteBuffer buff) |
static PlatformDomain |
PlatformDomain.unmarshalEnum(java.io.DataInputStream dis) |
static PlatformDomain |
PlatformDomain.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlatformDomain[] |
PlatformDomain.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|