org.eclipse.higgins.idas.impl
Class BasicPropertyValue
java.lang.Object
org.eclipse.higgins.idas.impl.BasicPropertyValue
- All Implemented Interfaces:
- IPropertyValue
public class BasicPropertyValue
- extends Object
- implements IPropertyValue
Basic implementation of IPropertyValue
.
Method Summary |
Object |
getData()
Returns the backing Java object for this property value. |
boolean |
isSimple()
|
BasicPropertyValue
public BasicPropertyValue(Object value)
isSimple
public boolean isSimple()
throws IdASException
- Specified by:
isSimple
in interface IPropertyValue
- Throws:
IdASException
getData
public Object getData()
throws IdASException
- Description copied from interface:
IPropertyValue
- Returns the backing Java object for this property value.
- Specified by:
getData
in interface IPropertyValue
- Throws:
IdASException