org.mindswap.pellet.datatypes
Interface XSDAtomicType
- All Superinterfaces:
- AtomicDatatype, Datatype
- All Known Implementing Classes:
- BaseXSDAtomicType, XSDDate, XSDDateTime, XSDDay, XSDDecimal, XSDDouble, XSDDuration, XSDFloat, XSDInteger, XSDMonth, XSDMonthDay, XSDTime, XSDYear, XSDYearMonth
public interface XSDAtomicType
- extends AtomicDatatype
- Author:
- Evren Sirin
deriveByRestriction
XSDAtomicType deriveByRestriction(DatatypeFacet 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)
restrictLength
XSDAtomicType restrictLength(int length)
restrictMinLength
XSDAtomicType restrictMinLength(int length)
restrictMaxLength
XSDAtomicType restrictMaxLength(int length)
restrictPattern
XSDAtomicType restrictPattern(java.lang.String pattern)
Copyright © 2004 Evren Sirin. All Rights Reserved.