public static enum ConflictHandler.Type extends Enum<ConflictHandler.Type>
| Modifier and Type | Method and Description |
|---|---|
static ConflictHandler.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConflictHandler.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConflictHandler.Type ELEMENT
public static final ConflictHandler.Type ATTRIBUTE
public static final ConflictHandler.Type TYPE
public static ConflictHandler.Type[] values()
for (ConflictHandler.Type c : ConflictHandler.Type.values()) System.out.println(c);
public static ConflictHandler.Type 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 © 2013. All Rights Reserved.