Uses of Enum
edu.nps.moves.dis7.enumerations.DisPduType
Packages that use DisPduType
Package
Description
Infrastructure classes for enumerations supporting open-dis7-java library.
Infrastructure classes for PDU packet definitions supporting open-dis7-java library.
-
Uses of DisPduType in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return DisPduTypeModifier and TypeMethodDescriptionstatic DisPduTypeDisPduType.getEnumForValue(int i)provide enumeration for a given valuestatic DisPduTypeDisPduType.unmarshalEnum(DataInputStream dis)Unmarshal value to DataInputStreamstatic DisPduTypeDisPduType.unmarshalEnum(ByteBuffer byteBuffer)Unmarshal enumeration value to ByteBufferstatic DisPduTypeReturns the enum constant of this type with the specified name.static DisPduType[]DisPduType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DisPduType in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as DisPduTypeModifier and TypeFieldDescriptionprotected DisPduTypeAttributePdu.attributeRecordPduTypeThis field shall represent the type of the PDU that is being extended or updated, if applicable.protected DisPduTypePdu.pduTypeType of pdu, unique for each PDU class uid 4Methods in edu.nps.moves.dis7.pdus that return DisPduTypeModifier and TypeMethodDescriptionAttributePdu.getAttributeRecordPduType()Getter forAttributePdu.attributeRecordPduTypePdu.getPduType()Getter forPdu.pduTypeMethods in edu.nps.moves.dis7.pdus with parameters of type DisPduTypeModifier and TypeMethodDescriptionAttributePdu.setAttributeRecordPduType(DisPduType pAttributeRecordPduType)Setter forAttributePdu.attributeRecordPduTypePdu.setPduType(DisPduType pPduType)Setter forPdu.pduType