|
Project: stp | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<StpProperty.Type>
com.ibm.rational.wvcm.stp.StpProperty.Type
public static enum StpProperty.Type
An enumeration of the possible property types. Subclasses may extend this list to include any new data types introduced by that subclass.
Enum Constant Summary | |
---|---|
BOOL
A boolean property value. |
|
DATE_TIME
A GMT date/time between 12:00:01 AM January 1, 1970 and 11:59:59 PM January 18, 2038. |
|
DOUBLE
An double property value. |
|
ENUMERATED_LIST
A list of values derived from StpExEnumerationBase |
|
ENUMERATED_TYPE
A property value derived from StpExEnumerationBase |
|
FLOAT
A floating point value |
|
INTEGER
An integer in the range -9999999999 to 9999999999 |
|
LOCALE
A Locale property value. |
|
LOCATION
An StpLocation property value. |
|
LONG
A long property value. |
|
OBJECT
A structure derived from Object |
|
OBJECT_LIST
A list of structures derived from Object |
|
PROPERTY
An StpProperty property value |
|
PROPERTY_LIST
An StpProperty.List property value |
|
PROPERTY_NAME
A PropertyName property value |
|
PROPERTY_NAME_LIST
A PropertyNameList property value |
|
RANGE
A pair of long values specifying a range. |
|
RESOURCE
A proxy for a Resource of a specific ResourceType. |
|
RESOURCE_LIST
A list of proxies for a Resource of a specific ResourceType |
|
RESOURCE_TYPE
A ResourceType property value |
|
STRING
A generic string value |
|
STRING_LIST
A property value that is a list of Strings. |
|
UNKNOWN
An initial value for Type variables |
|
XML
An XML content property value. |
Method Summary | |
---|---|
static StpProperty.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StpProperty.Type[] |
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, toString, valueOf |
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final StpProperty.Type BOOL
public static final StpProperty.Type DATE_TIME
public static final StpProperty.Type DOUBLE
public static final StpProperty.Type ENUMERATED_LIST
public static final StpProperty.Type ENUMERATED_TYPE
public static final StpProperty.Type FLOAT
public static final StpProperty.Type INTEGER
public static final StpProperty.Type LOCALE
public static final StpProperty.Type LOCATION
public static final StpProperty.Type LONG
public static final StpProperty.Type OBJECT
public static final StpProperty.Type OBJECT_LIST
public static final StpProperty.Type PROPERTY
public static final StpProperty.Type PROPERTY_LIST
public static final StpProperty.Type PROPERTY_NAME
public static final StpProperty.Type PROPERTY_NAME_LIST
public static final StpProperty.Type RANGE
public static final StpProperty.Type RESOURCE
public static final StpProperty.Type RESOURCE_LIST
public static final StpProperty.Type RESOURCE_TYPE
public static final StpProperty.Type STRING
public static final StpProperty.Type STRING_LIST
public static final StpProperty.Type UNKNOWN
public static final StpProperty.Type XML
Method Detail |
---|
public static StpProperty.Type 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 StpProperty.Type[] values()
for(StpProperty.Type c : StpProperty.Type.values()) System.out.println(c);
|
Generated Wed 18-May-2011 12:24 PM | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |