|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.rse.core.model.PropertyType
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.rse.core.model.IPropertyType |
|---|
TYPE_BOOLEAN, TYPE_ENUM, TYPE_INTEGER, TYPE_STRING |
| Method Summary | |
|---|---|
static IPropertyType |
fromString(String typeStr)
Return an instance of property type based on the String specification. |
static IPropertyType |
getBooleanPropertyType()
Return an instance of boolean property type. |
static IPropertyType |
getEnumPropertyType(String[] values)
Return an instance of enum property type. |
String[] |
getEnumValues()
|
static IPropertyType |
getIntegerPropertyType()
Return an instance of integer property type. |
static IPropertyType |
getStringPropertyType()
Return an instance of string property type. |
int |
getType()
|
boolean |
isBoolean()
|
boolean |
isEnum()
|
boolean |
isInteger()
|
boolean |
isString()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public static IPropertyType getBooleanPropertyType()
public static IPropertyType getIntegerPropertyType()
public static IPropertyType getStringPropertyType()
public static IPropertyType getEnumPropertyType(String[] values)
values - String[] array of allowed enumerator values.
public static IPropertyType fromString(String typeStr)
public int getType()
getType in interface IPropertyTypepublic boolean isString()
isString in interface IPropertyTypepublic boolean isInteger()
isInteger in interface IPropertyTypepublic boolean isEnum()
isEnum in interface IPropertyTypepublic boolean isBoolean()
isBoolean in interface IPropertyTypepublic String[] getEnumValues()
getEnumValues in interface IPropertyTypepublic String toString()
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||