org.eclipse.higgins.idas
Class BasicPropertyValue
java.lang.Object
org.eclipse.higgins.idas.BasicPropertyValue
- All Implemented Interfaces:
- IPropertyValue
public class BasicPropertyValue
- extends Object
- implements IPropertyValue
BasicPropertyValue
public BasicPropertyValue(Object value)
isLiteral
public boolean isLiteral()
throws IdASException
- Specified by:
isLiteral
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