public static enum CcTypeBase.InstanceConstraint extends Enum<CcTypeBase.InstanceConstraint> implements com.ibm.rational.wvcm.stpex.StpExEnumeration
For more information, see the ClearCase Administrator's Guide.
Enum Constant and Description |
---|
BRANCH
Once per branch.
|
ELEMENT
Once per element.
|
NONE
Default constraint for this type.
|
VERSION
Versions only, as many as desired.
|
Modifier and Type | Method and Description |
---|---|
static CcTypeBase.InstanceConstraint |
byTag(Object tag)
Returns the InstanceConstraint enumerator defined by the given Object
|
static CcTypeBase.InstanceConstraint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CcTypeBase.InstanceConstraint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CcTypeBase.InstanceConstraint BRANCH
public static final CcTypeBase.InstanceConstraint ELEMENT
public static final CcTypeBase.InstanceConstraint NONE
public static final CcTypeBase.InstanceConstraint VERSION
public static CcTypeBase.InstanceConstraint byTag(Object tag)
tag
- The Object for which an enumerator is soughtpublic static CcTypeBase.InstanceConstraint 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.InstanceConstraint[] values()
for (CcTypeBase.InstanceConstraint c : CcTypeBase.InstanceConstraint.values()) System.out.println(c);
Copyright © IBM 2016. All rights reserved.