Uses of Enum
edu.nps.moves.dis7.enumerations.ServiceRequestServiceTypeRequested
Packages that use ServiceRequestServiceTypeRequested
Package
Description
Infrastructure classes for enumerations supporting open-dis7-java library.
Infrastructure classes for PDU packet definitions supporting open-dis7-java library.
-
Uses of ServiceRequestServiceTypeRequested in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return ServiceRequestServiceTypeRequestedModifier and TypeMethodDescriptionServiceRequestServiceTypeRequested.getEnumForValue(int i)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 ServiceRequestServiceTypeRequestedServiceRequestPdu.serviceTypeRequestedType of service requested, Section 7.4.2 uid 63Methods in edu.nps.moves.dis7.pdus that return ServiceRequestServiceTypeRequestedModifier and TypeMethodDescriptionServiceRequestPdu.getServiceTypeRequested()Getter forServiceRequestPdu.serviceTypeRequestedMethods in edu.nps.moves.dis7.pdus with parameters of type ServiceRequestServiceTypeRequestedModifier and TypeMethodDescriptionServiceRequestPdu.setServiceTypeRequested(ServiceRequestServiceTypeRequested pServiceTypeRequested)Setter forServiceRequestPdu.serviceTypeRequested