|
Project: stp | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
ObjectEnum<CcViewTag.ViewType>
CcViewTag.ViewType
public static enum CcViewTag.ViewType
Type of ClearCase view.
View type is one of
| Enum Constant Summary | |
|---|---|
DYNAMIC
This is a dynamic view. |
|
SNAPSHOT
This is a snapshot view |
|
WEB
This a web view. |
|
| Method Summary | |
|---|---|
static CcViewTag.ViewType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CcViewTag.ViewType[] |
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, toString, valueOf |
| Methods inherited from class Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final CcViewTag.ViewType DYNAMIC
public static final CcViewTag.ViewType SNAPSHOT
public static final CcViewTag.ViewType WEB
| Method Detail |
|---|
public static CcViewTag.ViewType 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 CcViewTag.ViewType[] values()
for (CcViewTag.ViewType c : CcViewTag.ViewType.values()) System.out.println(c);
|
Generated Thu 15-Aug-2013 02:30 AM | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||