Package com.saxonica.ee.schema
Class MinInclusiveFacet
- java.lang.Object
- 
- com.saxonica.ee.schema.Facet
- 
- com.saxonica.ee.schema.ValueRangeFacet
- 
- com.saxonica.ee.schema.MinInclusiveFacet
 
 
 
- 
 public class MinInclusiveFacet extends ValueRangeFacet Implements the minInclusive facet on a simple type
- 
- 
Constructor SummaryConstructors Constructor Description MinInclusiveFacet()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Returns the name of this Facetprotected booleantestComparisonOK(int comparisonResult)Test whether the comparison with the min or max value is a valid result- 
Methods inherited from class com.saxonica.ee.schema.ValueRangeFacetcheckFacetRestriction, convertToTargetType, getFacetAsFunctionItem, getRequiredValue, getValue, setRequiredValue, setValue, testAtomicValue
 - 
Methods inherited from class com.saxonica.ee.schema.FacetgetConstraintName, getMessage, getWhitespaceAction, isConstraining, isFacetName, isFixed, isNewlyIntroduced, makeFacet, serializeFacet, setFixed, setMessage, testLength, testListValue, toLong
 
- 
 
- 
- 
- 
Method Detail- 
getNamepublic java.lang.String getName() Description copied from class:FacetReturns the name of this Facet
 - 
testComparisonOKprotected boolean testComparisonOK(int comparisonResult) Description copied from class:ValueRangeFacetTest whether the comparison with the min or max value is a valid result- Specified by:
- testComparisonOKin class- ValueRangeFacet
- Parameters:
- comparisonResult- the result of comparing the actual value with the specified min or max value, as defined using the compareTo() method
- Returns:
- true if the comparison is OK, that is, if the value conforms to the facet
 
 
- 
 
-