Uses of Enum Class
edu.nps.moves.dis7.enumerations.ServiceRequestServiceTypeRequested
Packages that use ServiceRequestServiceTypeRequested
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
Utility classes supporting edu.nps.moves.dis7 library.
-
Uses of ServiceRequestServiceTypeRequested in edu.nps.moves.dis7.enumerations
Subclasses with type arguments of type ServiceRequestServiceTypeRequested in edu.nps.moves.dis7.enumerationsModifier and TypeClassDescriptionenum
Thisenum
type is generated from XML, UID 63, marshal size 8; ServiceRequestServiceTypeRequested has 5 enumerations total.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 class with the specified name.static ServiceRequestServiceTypeRequested[]
ServiceRequestServiceTypeRequested.values()
Returns an array containing the constants of this enum class, 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