Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected IsPartOfStationName |
EntityAssociationVP.ownStationLocation
Station location on one's own entity uid 212
|
protected IsPartOfStationName |
NamedLocationIdentification.stationName
the station name within the host at which the part entity is located.
|
Modifier and Type | Method and Description |
---|---|
IsPartOfStationName |
EntityAssociationVP.getOwnStationLocation()
Getter for
EntityAssociationVP.ownStationLocation |
IsPartOfStationName |
NamedLocationIdentification.getStationName()
Getter for
NamedLocationIdentification.stationName |
Modifier and Type | Method and Description |
---|---|
EntityAssociationVP |
EntityAssociationVP.setOwnStationLocation(IsPartOfStationName pOwnStationLocation)
Setter for
EntityAssociationVP.ownStationLocation |
NamedLocationIdentification |
NamedLocationIdentification.setStationName(IsPartOfStationName pStationName)
Setter for
NamedLocationIdentification.stationName |
Modifier and Type | Method and Description |
---|---|
static IsPartOfStationName |
IsPartOfStationName.getEnumForValue(int i) |
static IsPartOfStationName |
IsPartOfStationName.unmarshalEnum(java.nio.ByteBuffer buff) |
static IsPartOfStationName |
IsPartOfStationName.unmarshalEnum(java.io.DataInputStream dis) |
static IsPartOfStationName |
IsPartOfStationName.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IsPartOfStationName[] |
IsPartOfStationName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|