|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<CcAttributeType.ValueType>
CcAttributeType.ValueType
public static enum CcAttributeType.ValueType
Value type of a ClearCase attribute type. The value type determines helps constrain the legal values and format of an attribute instance.
Enum Constant Summary | |
---|---|
INTEGER
Value is an integer. |
|
OPAQUE
Value is an opaque arbitrary byte sequences. |
|
REAL
Value is floating-point. |
|
STRING
Value is a string. |
|
TIME
Value represents a time. |
Method Summary | |
---|---|
static CcAttributeType.ValueType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CcAttributeType.ValueType[] |
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 CcAttributeType.ValueType INTEGER
public static final CcAttributeType.ValueType OPAQUE
public static final CcAttributeType.ValueType REAL
public static final CcAttributeType.ValueType STRING
public static final CcAttributeType.ValueType TIME
Method Detail |
---|
public static CcAttributeType.ValueType 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 CcAttributeType.ValueType[] values()
for (CcAttributeType.ValueType c : CcAttributeType.ValueType.values()) System.out.println(c);
|
Generated Mon 18-May-2015 11:04 PM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |