public static enum MergeConfiguration.Version extends Enum<MergeConfiguration.Version>
| Enum Constant and Description |
|---|
CURRENT
The current version.
|
NEXT
The new version.
|
PREVIOUS
The common ancestor.
|
| Modifier and Type | Method and Description |
|---|---|
static MergeConfiguration.Version |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MergeConfiguration.Version[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MergeConfiguration.Version PREVIOUS
public static final MergeConfiguration.Version NEXT
public static final MergeConfiguration.Version CURRENT
public static MergeConfiguration.Version[] values()
for (MergeConfiguration.Version c : MergeConfiguration.Version.values()) System.out.println(c);
public static MergeConfiguration.Version 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–2014 XWiki. All rights reserved.