org.eclipse.higgins.idas.impl
Class BasicValueNonNegativeInteger
java.lang.Object
org.eclipse.higgins.idas.impl.AbstractSimpleValue
org.eclipse.higgins.idas.impl.BasicValueInteger
org.eclipse.higgins.idas.impl.BasicValueNonNegativeInteger
- All Implemented Interfaces:
- IPropertyValue, ISimpleValue
- Direct Known Subclasses:
- BasicValueUnsignedLong
public class BasicValueNonNegativeInteger
- extends BasicValueInteger
- implements ISimpleValue
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
BasicValueNonNegativeInteger
public BasicValueNonNegativeInteger(java.lang.String value)
_setValue
protected void _setValue(java.math.BigInteger value)
- Overrides:
_setValue
in class BasicValueInteger
getType
public java.net.URI getType()
throws IdASException
- Returns a URI for "http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
- Specified by:
getType
in interface IPropertyValue
- Overrides:
getType
in class BasicValueInteger
- Returns:
- The OWL type for this property's value.
- Throws:
IdASException