protected static enum VCSSVN.ConnectionState extends Enum<VCSSVN.ConnectionState>
| Enum Constant and Description |
|---|
NOT_TESTED |
OFF_LINE |
ON_LINE |
| Modifier and Type | Method and Description |
|---|---|
static VCSSVN.ConnectionState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VCSSVN.ConnectionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VCSSVN.ConnectionState NOT_TESTED
public static final VCSSVN.ConnectionState OFF_LINE
public static final VCSSVN.ConnectionState ON_LINE
public static VCSSVN.ConnectionState[] values()
for (VCSSVN.ConnectionState c : VCSSVN.ConnectionState.values()) System.out.println(c);
public static VCSSVN.ConnectionState 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 © 1999–2015 CodeLutin. All rights reserved.