Uses of Enum
edu.nps.moves.dis7.enumerations.ServiceRequestServiceTypeRequested
Packages that use ServiceRequestServiceTypeRequested
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
IEEE DIS Protocol Data Unit (PDU) packet definition classes.
-
Uses of ServiceRequestServiceTypeRequested in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return ServiceRequestServiceTypeRequestedModifier and TypeMethodDescriptionServiceRequestServiceTypeRequested.getEnumForValue
(int value) Provide enumeration for a given valueServiceRequestServiceTypeRequested.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamServiceRequestServiceTypeRequested.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferReturns the enum constant of this type with the specified name.static ServiceRequestServiceTypeRequested[]
ServiceRequestServiceTypeRequested.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ServiceRequestServiceTypeRequested in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as ServiceRequestServiceTypeRequestedModifier and TypeFieldDescriptionprotected ServiceRequestServiceTypeRequested
ServiceRequestPdu.serviceTypeRequested
Type of service requested, Section 7.4.2 uid 63Methods in edu.nps.moves.dis7.pdus that return ServiceRequestServiceTypeRequestedModifier and TypeMethodDescriptionServiceRequestPdu.getServiceTypeRequested()
Getter forServiceRequestPdu.serviceTypeRequested
Methods in edu.nps.moves.dis7.pdus with parameters of type ServiceRequestServiceTypeRequestedModifier and TypeMethodDescriptionServiceRequestPdu.setServiceTypeRequested
(ServiceRequestServiceTypeRequested pServiceTypeRequested) Setter forServiceRequestPdu.serviceTypeRequested