Uses of Enum
edu.nps.moves.dis7.enumerations.IsPartOfStationName
Packages that use IsPartOfStationName
Package
Description
Infrastructure classes for enumerations supporting open-dis7-java library.
Infrastructure classes for PDU packet definitions supporting open-dis7-java library.
-
Uses of IsPartOfStationName in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return IsPartOfStationNameModifier and TypeMethodDescriptionstatic IsPartOfStationNameIsPartOfStationName.getEnumForValue(int i)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 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. -
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