|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.higgins.idas.impl.BasicAttributeSet
org.eclipse.higgins.idas.impl.AbstractComplexValue
public abstract class AbstractComplexValue
Basic implementation of IComplexValue
. Uses BasicAttributeSet
.
Field Summary |
---|
Fields inherited from interface org.eclipse.higgins.idas.IPropertyValue |
---|
BASE_OWL_URI |
Constructor Summary | |
---|---|
AbstractComplexValue()
|
|
AbstractComplexValue(java.lang.Iterable<IAttribute> attrs)
|
|
AbstractComplexValue(java.util.Vector<IAttribute> attrs)
|
Method Summary | |
---|---|
boolean |
isSimple()
|
Methods inherited from class org.eclipse.higgins.idas.impl.BasicAttributeSet |
---|
addAttribute, createAttribute, createAttribute, getAttribute, getAttributes, removeAttribute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.higgins.idas.IPropertyValue |
---|
getData, getType |
Methods inherited from interface org.eclipse.higgins.idas.IHasAttributes |
---|
addAttribute, createAttribute, createAttribute, getAttribute, getAttributes, removeAttribute |
Constructor Detail |
---|
public AbstractComplexValue()
public AbstractComplexValue(java.lang.Iterable<IAttribute> attrs)
public AbstractComplexValue(java.util.Vector<IAttribute> attrs)
Method Detail |
---|
public boolean isSimple() throws IdASException
isSimple
in interface IPropertyValue
IdASException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |