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