|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.higgins.idas.impl.AbstractSimpleValue
org.eclipse.higgins.idas.impl.BasicValueString
org.eclipse.higgins.idas.impl.BasicValueNormalizedString
org.eclipse.higgins.idas.impl.BasicValueToken
org.eclipse.higgins.idas.impl.BasicValueName
public class BasicValueName
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.higgins.idas.impl.BasicValueNormalizedString |
---|
BasicValueNormalizedString.WhiteSpaceRule |
Field Summary | |
---|---|
static java.lang.String |
ATTR_VALUE_TYPE_URI_STR
|
static java.lang.String |
ATTR_VALUE_URI_STR
|
static java.lang.String |
OWL_TYPE_STR
|
static java.lang.String |
XML_TYPE_STR
|
Fields inherited from class org.eclipse.higgins.idas.impl.BasicValueString |
---|
_value |
Fields inherited from class org.eclipse.higgins.idas.impl.AbstractSimpleValue |
---|
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 | |
---|---|
BasicValueName(java.lang.String value)
TODO: This does not enforce xsd:Name restrictions yet. |
Method Summary | |
---|---|
java.net.URI |
getType()
Returns a URI for "http://www.w3.org/2001/XMLSchema#Name" |
Methods inherited from class org.eclipse.higgins.idas.impl.BasicValueToken |
---|
_normalize |
Methods inherited from class org.eclipse.higgins.idas.impl.BasicValueNormalizedString |
---|
_normalize |
Methods inherited from class org.eclipse.higgins.idas.impl.BasicValueString |
---|
_setValue, getData |
Methods inherited from class org.eclipse.higgins.idas.impl.AbstractSimpleValue |
---|
getCanonical, getLexical, isSimple |
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 |
---|
getCanonical, getData, getLexical |
Methods inherited from interface org.eclipse.higgins.idas.IPropertyValue |
---|
isSimple |
Field Detail |
---|
public static final java.lang.String XML_TYPE_STR
public static final java.lang.String OWL_TYPE_STR
public static final java.lang.String ATTR_VALUE_URI_STR
public static final java.lang.String ATTR_VALUE_TYPE_URI_STR
Constructor Detail |
---|
public BasicValueName(java.lang.String value)
Method Detail |
---|
public java.net.URI getType() throws IdASException
getType
in interface IPropertyValue
getType
in class BasicValueToken
IdASException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |