public static enum PolicyExportHandlerParameters.ExportOrganizationMode extends java.lang.Enum<PolicyExportHandlerParameters.ExportOrganizationMode>
Enum Constant and Description |
---|
OBJECTS |
OBJECTS_WITH_LCM |
PLAIN |
PLAIN_WITH_LCM |
Modifier and Type | Method and Description |
---|---|
static PolicyExportHandlerParameters.ExportOrganizationMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PolicyExportHandlerParameters.ExportOrganizationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PolicyExportHandlerParameters.ExportOrganizationMode PLAIN
public static final PolicyExportHandlerParameters.ExportOrganizationMode OBJECTS
public static final PolicyExportHandlerParameters.ExportOrganizationMode PLAIN_WITH_LCM
public static final PolicyExportHandlerParameters.ExportOrganizationMode OBJECTS_WITH_LCM
public static PolicyExportHandlerParameters.ExportOrganizationMode[] values()
for (PolicyExportHandlerParameters.ExportOrganizationMode c : PolicyExportHandlerParameters.ExportOrganizationMode.values()) System.out.println(c);
public static PolicyExportHandlerParameters.ExportOrganizationMode 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 null