public enum EnumRQRSPQualifiednames extends java.lang.Enum<EnumRQRSPQualifiednames>
| Enum Constant and Description |
|---|
C_CANCEL_RQ
C-Cancel Request
|
C_ECHO_RQ
C-Echo Request
|
C_ECHO_RSP
C-Echo Response
|
C_FIND_RQ
C-Find Request
|
C_FIND_RSP
C-Find Response
|
C_GET_RQ
C-Get Request
|
C_GET_RSP
C-Get Response
|
C_MOVE_RQ
C-Move Request
|
C_MOVE_RSP
C-Move Response
|
C_STORE_RQ
C-Store Request
|
C_STORE_RSP
C-Store Response
|
N_ACTION_RQ
N-Action Request
|
N_ACTION_RSP
N-Action Response
|
N_CREATE_RQ
N-Create Request
|
N_CREATE_RSP
N-Create Response
|
N_DELETE_RQ
N-Delete Request
|
N_DELETE_RSP
N-Delete Response
|
N_EVENT_REPORT_RQ
N-Event Report Request
|
N_EVENT_REPORT_RSP
N-Event Report Response
|
N_GET_RQ
N-Get Request
|
N_GET_RSP
N-Get Response
|
N_SET_RQ
N-Set Request
|
N_SET_RSP
N-Set Response
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumRQRSPQualifiednames |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumRQRSPQualifiednames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumRQRSPQualifiednames C_STORE_RQ
public static final EnumRQRSPQualifiednames C_STORE_RSP
public static final EnumRQRSPQualifiednames C_GET_RQ
public static final EnumRQRSPQualifiednames C_GET_RSP
public static final EnumRQRSPQualifiednames C_FIND_RQ
public static final EnumRQRSPQualifiednames C_FIND_RSP
public static final EnumRQRSPQualifiednames C_MOVE_RQ
public static final EnumRQRSPQualifiednames C_MOVE_RSP
public static final EnumRQRSPQualifiednames C_ECHO_RQ
public static final EnumRQRSPQualifiednames C_ECHO_RSP
public static final EnumRQRSPQualifiednames N_EVENT_REPORT_RQ
public static final EnumRQRSPQualifiednames N_EVENT_REPORT_RSP
public static final EnumRQRSPQualifiednames N_GET_RQ
public static final EnumRQRSPQualifiednames N_GET_RSP
public static final EnumRQRSPQualifiednames N_SET_RQ
public static final EnumRQRSPQualifiednames N_SET_RSP
public static final EnumRQRSPQualifiednames N_ACTION_RQ
public static final EnumRQRSPQualifiednames N_ACTION_RSP
public static final EnumRQRSPQualifiednames N_CREATE_RQ
public static final EnumRQRSPQualifiednames N_CREATE_RSP
public static final EnumRQRSPQualifiednames N_DELETE_RQ
public static final EnumRQRSPQualifiednames N_DELETE_RSP
public static final EnumRQRSPQualifiednames C_CANCEL_RQ
public static EnumRQRSPQualifiednames[] values()
for (EnumRQRSPQualifiednames c : EnumRQRSPQualifiednames.values()) System.out.println(c);
public static EnumRQRSPQualifiednames valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()