|
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're 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 namepublic static final CcViewTag.ViewType[] values()
for(CcViewTag.ViewType c : CcViewTag.ViewType.values()) System.out.println(c);
|
Generated Wed 17-Oct-2012 09:36 PM | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |