|
Project: stp | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<CcVobResource.ApplyAttributeFlag>
CcVobResource.ApplyAttributeFlag
public static enum CcVobResource.ApplyAttributeFlag
Flags for the doApplyAttribute method
Enum Constant Summary | |
---|---|
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. |
Method Summary | |
---|---|
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're declared. |
Methods inherited from class Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CcVobResource.ApplyAttributeFlag DEFAULT
public static final CcVobResource.ApplyAttributeFlag REPLACE
Method Detail |
---|
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 namepublic static final CcVobResource.ApplyAttributeFlag[] values()
for(CcVobResource.ApplyAttributeFlag c : CcVobResource.ApplyAttributeFlag.values()) System.out.println(c);
|
Generated Fri 5-Nov-2010 03:50 AM | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |