org.eclipse.higgins.idas.impl
Class BasicValueNCName

java.lang.Object
  extended by org.eclipse.higgins.idas.impl.AbstractSimpleValue
      extended by org.eclipse.higgins.idas.impl.BasicValueString
          extended by org.eclipse.higgins.idas.impl.BasicValueNormalizedString
              extended by org.eclipse.higgins.idas.impl.BasicValueToken
                  extended by org.eclipse.higgins.idas.impl.BasicValueName
                      extended by org.eclipse.higgins.idas.impl.BasicValueNCName
All Implemented Interfaces:
IPropertyValue, ISimpleValue

public class BasicValueNCName
extends BasicValueName
implements ISimpleValue

TODO: This does not enforce xsd:NCName restrictions yet.


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
BasicValueNCName(java.lang.String value)
           
 
Method Summary
 java.net.URI getType()
          Returns a URI for "http://www.w3.org/2001/XMLSchema#NCName"
 
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

XML_TYPE_STR

public static final java.lang.String XML_TYPE_STR
See Also:
Constant Field Values

OWL_TYPE_STR

public static final java.lang.String OWL_TYPE_STR
See Also:
Constant Field Values

ATTR_VALUE_URI_STR

public static final java.lang.String ATTR_VALUE_URI_STR
See Also:
Constant Field Values

ATTR_VALUE_TYPE_URI_STR

public static final java.lang.String ATTR_VALUE_TYPE_URI_STR
See Also:
Constant Field Values
Constructor Detail

BasicValueNCName

public BasicValueNCName(java.lang.String value)
Method Detail

getType

public java.net.URI getType()
                     throws IdASException
Returns a URI for "http://www.w3.org/2001/XMLSchema#NCName"

Specified by:
getType in interface IPropertyValue
Overrides:
getType in class BasicValueName
Returns:
The OWL type for this property's value.
Throws:
IdASException