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