|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<CcTypeBase.Scope>
CcTypeBase.Scope
public static enum CcTypeBase.Scope
Scope of a ClearCase type object.
A type object's scope determines it's sphere of influence. Scope is one of
For more information, see the ClearCase Administrator's Guide.
Enum Constant Summary | |
---|---|
GLOBAL
This is a global type. |
|
LOCAL
This is a local instance of a global type. |
|
NONE
This is neither a global type nor a local instance. |
Method Summary | |
---|---|
static CcTypeBase.Scope |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CcTypeBase.Scope[] |
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 CcTypeBase.Scope GLOBAL
public static final CcTypeBase.Scope LOCAL
public static final CcTypeBase.Scope NONE
Method Detail |
---|
public static CcTypeBase.Scope 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 CcTypeBase.Scope[] values()
for (CcTypeBase.Scope c : CcTypeBase.Scope.values()) System.out.println(c);
|
Generated Tue 24-Jan-2012 10:05 AM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |