org.mindswap.pellet.datatypes
Interface XSDAtomicType
- All Superinterfaces:
- AtomicDatatype, Datatype
- All Known Implementing Classes:
- BaseXSDAtomicType, XSDDate, XSDDateTime, XSDDay, XSDDecimal, XSDDouble, XSDFloat, XSDMonth, XSDMonthDay, XSDTime, XSDYear, XSDYearMonth
public interface XSDAtomicType
- extends AtomicDatatype
- Author:
- Evren Sirin
deriveByRestriction
XSDAtomicType deriveByRestriction(int facet,
java.lang.Object value)
restrictMin
XSDAtomicType restrictMin(boolean inclusive,
java.lang.Object value)
restrictMinInclusive
XSDAtomicType restrictMinInclusive(java.lang.Object value)
restrictMinExclusive
XSDAtomicType restrictMinExclusive(java.lang.Object value)
restrictMax
XSDAtomicType restrictMax(boolean inclusive,
java.lang.Object value)
restrictMaxInclusive
XSDAtomicType restrictMaxInclusive(java.lang.Object value)
restrictMaxExclusive
XSDAtomicType restrictMaxExclusive(java.lang.Object value)
restrictTotalDigits
XSDAtomicType restrictTotalDigits(int digits)
restrictFractionDigits
XSDAtomicType restrictFractionDigits(int digits)
restrictPattern
XSDAtomicType restrictPattern(java.lang.String pattern)
Copyright © 2007-2009 Natalya Keberle. All Rights Reserved.