public enum VersionPosition extends Enum<VersionPosition>
VersionRestClient.moveVersion(java.net.URI, VersionPosition)
Modifier and Type | Method and Description |
---|---|
static VersionPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VersionPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VersionPosition FIRST
public static final VersionPosition LAST
public static final VersionPosition EARLIER
public static final VersionPosition LATER
public static VersionPosition[] values()
for (VersionPosition c : VersionPosition.values()) System.out.println(c);
public static VersionPosition 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 Atlassian. All Rights Reserved.