org.mindswap.pellet.datatypes
Class XSDInteger

java.lang.Object
  extended by org.mindswap.pellet.datatypes.BaseDatatype
      extended by org.mindswap.pellet.datatypes.BaseXSDAtomicType
          extended by org.mindswap.pellet.datatypes.XSDDecimal
              extended by org.mindswap.pellet.datatypes.XSDInteger
All Implemented Interfaces:
AtomicDatatype, Datatype, XSDAtomicType

public class XSDInteger
extends XSDDecimal
implements AtomicDatatype, XSDAtomicType

Author:
Evren Sirin

Nested Class Summary
 
Nested classes/interfaces inherited from class org.mindswap.pellet.datatypes.XSDDecimal
XSDDecimal.DecimalValueSpace
 
Field Summary
static XSDInteger instance
           
 
Fields inherited from class org.mindswap.pellet.datatypes.XSDDecimal
DECIMAL_VALUE_SPACE, INTEGER_VALUE_SPACE
 
Method Summary
 BaseXSDAtomicType create(GenericIntervalList intervals)
           
 
Methods inherited from class org.mindswap.pellet.datatypes.XSDDecimal
getPrimitiveType, intersection
 
Methods inherited from class org.mindswap.pellet.datatypes.BaseXSDAtomicType
contains, deriveByRestriction, difference, enumeration, getValue, getValue, getValueSpace, not, restrictLength, restrictMax, restrictMaxExclusive, restrictMaxInclusive, restrictMaxLength, restrictMin, restrictMinExclusive, restrictMinInclusive, restrictMinLength, restrictPattern, singleton, size, toString, union
 
Methods inherited from class org.mindswap.pellet.datatypes.BaseDatatype
contains, getName, getURI, isEmpty
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.mindswap.pellet.datatypes.XSDAtomicType
deriveByRestriction, restrictLength, restrictMax, restrictMaxExclusive, restrictMaxInclusive, restrictMaxLength, restrictMin, restrictMinExclusive, restrictMinInclusive, restrictMinLength, restrictPattern
 
Methods inherited from interface org.mindswap.pellet.datatypes.AtomicDatatype
difference, enumeration, getPrimitiveType, intersection, not, union
 
Methods inherited from interface org.mindswap.pellet.datatypes.Datatype
contains, contains, getName, getURI, getValue, getValue, isEmpty, singleton, size
 

Field Detail

instance

public static XSDInteger instance
Method Detail

create

public BaseXSDAtomicType create(GenericIntervalList intervals)
Overrides:
create in class XSDDecimal


Copyright © 2004 Evren Sirin. All Rights Reserved.