Uses of Enum Class
edu.nps.moves.dis7.enumerations.IsPartOfStationName
Packages that use IsPartOfStationName
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
Utility classes supporting edu.nps.moves.dis7 library.
-
Uses of IsPartOfStationName in edu.nps.moves.dis7.enumerations
Subclasses with type arguments of type IsPartOfStationName in edu.nps.moves.dis7.enumerationsModifier and TypeClassDescriptionenum
Thisenum
type is generated from XML, UID 212, marshal size 16; IsPartOfStationName has 23 enumerations total.Methods in edu.nps.moves.dis7.enumerations that return IsPartOfStationNameModifier and TypeMethodDescriptionstatic IsPartOfStationName
IsPartOfStationName.getEnumForValue
(int value) Provide enumeration for a given valuestatic IsPartOfStationName
IsPartOfStationName.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamstatic IsPartOfStationName
IsPartOfStationName.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic IsPartOfStationName
Returns the enum constant of this class with the specified name.static IsPartOfStationName[]
IsPartOfStationName.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of IsPartOfStationName in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as IsPartOfStationNameModifier and TypeFieldDescriptionprotected IsPartOfStationName
EntityAssociationVP.ownStationLocation
Station location on one's own entity uid 212protected IsPartOfStationName
NamedLocationIdentification.stationName
The station name within the host at which the part entity is located.Methods in edu.nps.moves.dis7.pdus that return IsPartOfStationNameModifier and TypeMethodDescriptionEntityAssociationVP.getOwnStationLocation()
Getter forEntityAssociationVP.ownStationLocation
NamedLocationIdentification.getStationName()
Getter forNamedLocationIdentification.stationName
Methods in edu.nps.moves.dis7.pdus with parameters of type IsPartOfStationNameModifier and TypeMethodDescriptionEntityAssociationVP.setOwnStationLocation
(IsPartOfStationName pOwnStationLocation) Setter forEntityAssociationVP.ownStationLocation
NamedLocationIdentification.setStationName
(IsPartOfStationName pStationName) Setter forNamedLocationIdentification.stationName