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