public enum TemplateSynchronisationAbsencePolicy extends java.lang.Enum<TemplateSynchronisationAbsencePolicy> implements Describable
| Enum Constant and Description |
|---|
DELETE
Deletes the branch
|
DISABLE
Disable (default)
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
java.lang.String |
getId() |
java.lang.String |
getName() |
static TemplateSynchronisationAbsencePolicy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TemplateSynchronisationAbsencePolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOftoDescriptionpublic static final TemplateSynchronisationAbsencePolicy DISABLE
public static final TemplateSynchronisationAbsencePolicy DELETE
public static TemplateSynchronisationAbsencePolicy[] values()
for (TemplateSynchronisationAbsencePolicy c : TemplateSynchronisationAbsencePolicy.values()) System.out.println(c);
public static TemplateSynchronisationAbsencePolicy 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 nullpublic java.lang.String getId()
getId in interface Describablepublic java.lang.String getName()
getName in interface Describablepublic java.lang.String getDescription()
getDescription in interface Describable