|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.higgins.idas.impl.AbstractSimpleValue
public abstract class AbstractSimpleValue
Field Summary | |
---|---|
static java.lang.String |
OWL_TYPE_SUFFIX
|
Fields inherited from interface org.eclipse.higgins.idas.ISimpleValue |
---|
BASE_XML_SCHEMA_URI |
Fields inherited from interface org.eclipse.higgins.idas.IPropertyValue |
---|
BASE_OWL_URI |
Constructor Summary | |
---|---|
AbstractSimpleValue()
|
Method Summary | |
---|---|
java.lang.String |
getCanonical()
Default implementation of getCanonical calls toString() on the backing datatype. |
java.lang.String |
getLexical()
Default implementation of getLexical calls toString() on the backing datatype. |
boolean |
isSimple()
returns true |
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.ISimpleValue |
---|
getData |
Methods inherited from interface org.eclipse.higgins.idas.IPropertyValue |
---|
getType |
Field Detail |
---|
public static final java.lang.String OWL_TYPE_SUFFIX
Constructor Detail |
---|
public AbstractSimpleValue()
Method Detail |
---|
public java.lang.String getLexical() throws IdASException
getLexical
in interface ISimpleValue
IdASException
public java.lang.String getCanonical() throws IdASException
getCanonical
in interface ISimpleValue
IdASException
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 |