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