Uses of Enum
edu.nps.moves.dis7.enumerations.MunitionExpendableStatus
Packages that use MunitionExpendableStatus
Package
Description
Infrastructure classes for enumerations supporting open-dis7-java library.
Infrastructure classes for PDU packet definitions supporting open-dis7-java library.
-
Uses of MunitionExpendableStatus in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return MunitionExpendableStatusModifier and TypeMethodDescriptionstatic MunitionExpendableStatusMunitionExpendableStatus.getEnumForValue(int i)provide enumeration for a given valuestatic MunitionExpendableStatusMunitionExpendableStatus.unmarshalEnum(DataInputStream dis)Unmarshal value to DataInputStreamstatic MunitionExpendableStatusMunitionExpendableStatus.unmarshalEnum(ByteBuffer byteBuffer)Unmarshal enumeration value to ByteBufferstatic MunitionExpendableStatusReturns the enum constant of this type with the specified name.static MunitionExpendableStatus[]MunitionExpendableStatus.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MunitionExpendableStatus in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as MunitionExpendableStatusModifier and TypeFieldDescriptionprotected MunitionExpendableStatusExpendable.expendableStatusuid 327protected MunitionExpendableStatusMunition.munitionStatusthe status of the munition.Methods in edu.nps.moves.dis7.pdus that return MunitionExpendableStatusModifier and TypeMethodDescriptionExpendable.getExpendableStatus()Getter forExpendable.expendableStatusMunition.getMunitionStatus()Getter forMunition.munitionStatusMethods in edu.nps.moves.dis7.pdus with parameters of type MunitionExpendableStatusModifier and TypeMethodDescriptionExpendable.setExpendableStatus(MunitionExpendableStatus pExpendableStatus)Setter forExpendable.expendableStatusMunition.setMunitionStatus(MunitionExpendableStatus pMunitionStatus)Setter forMunition.munitionStatus