public static enum TCGroupConfigAEExtension.DefaultGroup extends Enum<TCGroupConfigAEExtension.DefaultGroup>
Enum Constant and Description |
---|
MWL |
PPS |
QUERY |
RETRIEVE |
STORAGE |
STORAGE_COMMITMENT |
Modifier and Type | Method and Description |
---|---|
static TCGroupConfigAEExtension.DefaultGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TCGroupConfigAEExtension.DefaultGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TCGroupConfigAEExtension.DefaultGroup STORAGE
public static final TCGroupConfigAEExtension.DefaultGroup PPS
public static final TCGroupConfigAEExtension.DefaultGroup QUERY
public static final TCGroupConfigAEExtension.DefaultGroup RETRIEVE
public static final TCGroupConfigAEExtension.DefaultGroup MWL
public static final TCGroupConfigAEExtension.DefaultGroup STORAGE_COMMITMENT
public static TCGroupConfigAEExtension.DefaultGroup[] values()
for (TCGroupConfigAEExtension.DefaultGroup c : TCGroupConfigAEExtension.DefaultGroup.values()) System.out.println(c);
public static TCGroupConfigAEExtension.DefaultGroup valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2017 dcm4che.org. All rights reserved.