|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<Version.Fork>
javax.wvcm.Version.Fork
public static enum Version.Fork
Valid values for the Version.CHECKIN_FORK
and Version.CHECKOUT_FORK
properties.
Enum Constant Summary | |
---|---|
DISCOURAGED
Forking is allowed only if specifically requested. |
|
FORBIDDEN
Forking is not allowed. |
|
OK
Forking is allowed without special options. |
Method Summary | |
---|---|
String |
toString()
Returns a string representation of this Fork suitable for diagnostics. |
static Version.Fork |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Version.Fork[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Version.Fork DISCOURAGED
public static final Version.Fork FORBIDDEN
public static final Version.Fork OK
Method Detail |
---|
public String toString()
toString
in class Enum<Version.Fork>
public static Version.Fork valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static Version.Fork[] values()
for (Version.Fork c : Version.Fork.values()) System.out.println(c);
|
Generated Fri 13-Jun-2014 11:11 PM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |