Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected ServiceRequestServiceTypeRequested |
ServiceRequestPdu.serviceTypeRequested
Type of service requested, Section 7.4.2 uid 63
|
Modifier and Type | Method and Description |
---|---|
ServiceRequestServiceTypeRequested |
ServiceRequestPdu.getServiceTypeRequested()
Getter for
ServiceRequestPdu.serviceTypeRequested |
Modifier and Type | Method and Description |
---|---|
ServiceRequestPdu |
ServiceRequestPdu.setServiceTypeRequested(ServiceRequestServiceTypeRequested pServiceTypeRequested)
Setter for
ServiceRequestPdu.serviceTypeRequested |
Modifier and Type | Method and Description |
---|---|
static ServiceRequestServiceTypeRequested |
ServiceRequestServiceTypeRequested.getEnumForValue(int i) |
static ServiceRequestServiceTypeRequested |
ServiceRequestServiceTypeRequested.unmarshalEnum(java.nio.ByteBuffer buff) |
static ServiceRequestServiceTypeRequested |
ServiceRequestServiceTypeRequested.unmarshalEnum(java.io.DataInputStream dis) |
static ServiceRequestServiceTypeRequested |
ServiceRequestServiceTypeRequested.valueOf(java.lang.String name)
Returns 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.
|