public static enum CcVobResource.ApplyAttributeFlag extends Enum<CcVobResource.ApplyAttributeFlag> implements com.ibm.rational.wvcm.stpex.StpExEnumeration
Enum Constant and Description |
---|
DEFAULT
If the attribute type was created with a default value, uses
that value for the attribute instead of the value specified in
the call.
|
REPLACE
Replace existing attribute instance.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static CcVobResource.ApplyAttributeFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CcVobResource.ApplyAttributeFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CcVobResource.ApplyAttributeFlag DEFAULT
public static final CcVobResource.ApplyAttributeFlag REPLACE
public String toString()
toString
in class Enum<CcVobResource.ApplyAttributeFlag>
public static CcVobResource.ApplyAttributeFlag 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 CcVobResource.ApplyAttributeFlag[] values()
for (CcVobResource.ApplyAttributeFlag c : CcVobResource.ApplyAttributeFlag.values()) System.out.println(c);
Copyright © IBM 2016. All rights reserved.