Uses of Enum
edu.nps.moves.dis7.enumerations.EntityMarkingCharacterSet
Packages that use EntityMarkingCharacterSet
Package
Description
Infrastructure classes for enumerations supporting open-dis7-java library.
Infrastructure classes for PDU packet definitions supporting open-dis7-java library.
-
Uses of EntityMarkingCharacterSet in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return EntityMarkingCharacterSetModifier and TypeMethodDescriptionstatic EntityMarkingCharacterSetEntityMarkingCharacterSet.getEnumForValue(int i)provide enumeration for a given valuestatic EntityMarkingCharacterSetEntityMarkingCharacterSet.unmarshalEnum(DataInputStream dis)Unmarshal value to DataInputStreamstatic EntityMarkingCharacterSetEntityMarkingCharacterSet.unmarshalEnum(ByteBuffer byteBuffer)Unmarshal enumeration value to ByteBufferstatic EntityMarkingCharacterSetReturns the enum constant of this type with the specified name.static EntityMarkingCharacterSet[]EntityMarkingCharacterSet.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EntityMarkingCharacterSet in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as EntityMarkingCharacterSetModifier and TypeFieldDescriptionprotected EntityMarkingCharacterSetAggregateMarking.characterSetThe character set uid 45protected EntityMarkingCharacterSetEntityMarking.characterSetThe character set uid 45Methods in edu.nps.moves.dis7.pdus that return EntityMarkingCharacterSetModifier and TypeMethodDescriptionAggregateMarking.getCharacterSet()Getter forAggregateMarking.characterSetEntityMarking.getCharacterSet()Getter forEntityMarking.characterSetMethods in edu.nps.moves.dis7.pdus with parameters of type EntityMarkingCharacterSetModifier and TypeMethodDescriptionAggregateMarking.setCharacterSet(EntityMarkingCharacterSet pCharacterSet)Setter forAggregateMarking.characterSetEntityMarking.setCharacterSet(EntityMarkingCharacterSet pCharacterSet)Setter forEntityMarking.characterSet