public enum EnumSCUType extends java.lang.Enum<EnumSCUType>
| Enum Constant and Description |
|---|
CFIND_SCU
String value representing fully qualified name of CFind SCU
|
CGET_SCU
String value representing fully qualified name of CGet SCU
|
CMOVE_SCU
String value representing fully qualified name of CMove SCU
|
CSTORE_SCU
String value representing fully qualified name of CStore SCU
|
NACTION_SCU
String value representing fully qualified name of NGet SCU
|
NCREATE_SCU
String value representing fully qualified name of NCreate SCU
|
NDELETE_SCU
String value representing fully qualified name of NGet SCU
|
NEVENTREPORT_SCU |
NGET_SCU
String value representing fully qualified name of NGet SCU
|
NSET_SCU
String value representing fully qualified name of NSet SCU
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumSCUType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumSCUType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumSCUType CFIND_SCU
public static final EnumSCUType CGET_SCU
public static final EnumSCUType CMOVE_SCU
public static final EnumSCUType CSTORE_SCU
public static final EnumSCUType NCREATE_SCU
public static final EnumSCUType NSET_SCU
public static final EnumSCUType NGET_SCU
public static final EnumSCUType NACTION_SCU
public static final EnumSCUType NDELETE_SCU
public static final EnumSCUType NEVENTREPORT_SCU
public static EnumSCUType[] values()
for (EnumSCUType c : EnumSCUType.values()) System.out.println(c);
public static EnumSCUType 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()