org.eclipse.rse.core.model
Interface IPropertyType
- All Known Implementing Classes:
- PropertyType
- public interface IPropertyType
TYPE_STRING
public static final int TYPE_STRING
- See Also:
- Constant Field Values
TYPE_INTEGER
public static final int TYPE_INTEGER
- See Also:
- Constant Field Values
TYPE_ENUM
public static final int TYPE_ENUM
- See Also:
- Constant Field Values
TYPE_BOOLEAN
public static final int TYPE_BOOLEAN
- See Also:
- Constant Field Values
isString
public boolean isString()
isInteger
public boolean isInteger()
isEnum
public boolean isEnum()
isBoolean
public boolean isBoolean()
getType
public int getType()
getEnumValues
public String[] getEnumValues()
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.