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