public enum ReplicationOperationPhase extends Enum<ReplicationOperationPhase>
| Enum Constant and Description |
|---|
after
a appliquer apres avoir duplique le noeud
|
before
a appliquer avant la duplicate d'un noeud
|
duplicate
pour dupliquer un noeud (cette phase ne doit etre utilise que sur l'operation
de type
Duplicate |
| Modifier and Type | Method and Description |
|---|---|
static ReplicationOperationPhase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationOperationPhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReplicationOperationPhase before
public static final ReplicationOperationPhase duplicate
Duplicatepublic static final ReplicationOperationPhase after
public static ReplicationOperationPhase[] values()
for (ReplicationOperationPhase c : ReplicationOperationPhase.values()) System.out.println(c);
public static ReplicationOperationPhase 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 © 2004–2013 CodeLutin. All rights reserved.