org.eclipse.higgins.idas
Class BasicPropertyValue

Package class diagram package BasicPropertyValue
java.lang.Object
  extended by org.eclipse.higgins.idas.BasicPropertyValue
All Implemented Interfaces:
IPropertyValue

public class BasicPropertyValue
extends Object
implements IPropertyValue


Constructor Summary
BasicPropertyValue(Object value)
           
 
Method Summary
 Object getData()
          Returns the backing Java object for this property value.
 boolean isLiteral()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicPropertyValue

public BasicPropertyValue(Object value)
Method Detail

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