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