public static enum CcTypeBase.Scope extends Enum<CcTypeBase.Scope> implements com.ibm.rational.wvcm.stpex.StpExEnumeration
For more information, see the ClearCase Administrator's Guide.
Enum Constant and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final CcTypeBase.Scope GLOBAL
public static final CcTypeBase.Scope LOCAL
public static final CcTypeBase.Scope NONE
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 nameNullPointerException
- if the argument is nullpublic static CcTypeBase.Scope[] values()
for (CcTypeBase.Scope c : CcTypeBase.Scope.values()) System.out.println(c);
Copyright © IBM 2018. All rights reserved.