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 TypeClassDescriptionenumThisenumtype 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 IsPartOfStationNameIsPartOfStationName.getEnumForValue(int value) Provide enumeration for a given valuestatic IsPartOfStationNameIsPartOfStationName.unmarshalEnum(DataInputStream dis) Unmarshal value to DataInputStreamstatic IsPartOfStationNameIsPartOfStationName.unmarshalEnum(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic IsPartOfStationNameReturns 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 IsPartOfStationNameEntityAssociationVP.ownStationLocationStation location on one's own entity uid 212protected IsPartOfStationNameNamedLocationIdentification.stationNameThe 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.ownStationLocationNamedLocationIdentification.getStationName()Getter forNamedLocationIdentification.stationNameMethods in edu.nps.moves.dis7.pdus with parameters of type IsPartOfStationNameModifier and TypeMethodDescriptionEntityAssociationVP.setOwnStationLocation(IsPartOfStationName pOwnStationLocation) Setter forEntityAssociationVP.ownStationLocationNamedLocationIdentification.setStationName(IsPartOfStationName pStationName) Setter forNamedLocationIdentification.stationName