public static enum DefaultCopierConfiguration.Type extends java.lang.Enum<DefaultCopierConfiguration.Type>
| Enum Constant and Description |
|---|
KEY
Indicates a key copier configuration
|
VALUE
Indicates a value copier configuration
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultCopierConfiguration.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DefaultCopierConfiguration.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultCopierConfiguration.Type KEY
public static final DefaultCopierConfiguration.Type VALUE
public static DefaultCopierConfiguration.Type[] values()
for (DefaultCopierConfiguration.Type c : DefaultCopierConfiguration.Type.values()) System.out.println(c);
public static DefaultCopierConfiguration.Type 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