org.eclipse.higgins.idas.impl
Class BasicComplexValue
java.lang.Object
org.eclipse.higgins.idas.impl.BasicAttributeSet
org.eclipse.higgins.idas.impl.BasicComplexValue
- All Implemented Interfaces:
- IComplexValue, IHasAttributes, IPropertyValue
public class BasicComplexValue
- extends BasicAttributeSet
- implements IComplexValue
Basic implementation of IComplexValue
. Uses BasicAttributeSet
.
Method Summary |
Object |
getData()
Returns the backing Java object for this property value. |
boolean |
isSimple()
|
BasicComplexValue
public BasicComplexValue()
BasicComplexValue
public BasicComplexValue(Iterable<IAttribute> attrs)
BasicComplexValue
public BasicComplexValue(Vector<IAttribute> attrs)
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