public static enum CcAttributeType.ValueType extends Enum<CcAttributeType.ValueType> implements com.ibm.rational.wvcm.stpex.StpExEnumeration
Enum Constant and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
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 nameNullPointerException
- if the argument is nullpublic static CcAttributeType.ValueType[] values()
for (CcAttributeType.ValueType c : CcAttributeType.ValueType.values()) System.out.println(c);
Copyright © IBM 2018. All rights reserved.