public static enum TreeReplication.ReportColumns extends Enum<TreeReplication.ReportColumns>
| Enum Constant and Description |
|---|
ACTION |
DESCRIPTION |
PATH |
| Modifier and Type | Method and Description |
|---|---|
static TreeReplication.ReportColumns |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TreeReplication.ReportColumns[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TreeReplication.ReportColumns PATH
public static final TreeReplication.ReportColumns ACTION
public static final TreeReplication.ReportColumns DESCRIPTION
public static TreeReplication.ReportColumns[] values()
for (TreeReplication.ReportColumns c : TreeReplication.ReportColumns.values()) System.out.println(c);
public static TreeReplication.ReportColumns 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–2021 Adobe. All rights reserved.