Interface SchemaFacetExcludeSegment
-
- All Superinterfaces:
SchemaFacet
public interface SchemaFacetExcludeSegment extends SchemaFacet
This interface represents theexcludeSegmentfacet associated with a node.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetMaxValue()Returns the maximum value of this facet defined in the data model.ObjectgetMinValue()Returns the minimum value of this facet defined in the data model.-
Methods inherited from interface com.orchestranetworks.schema.info.SchemaFacet
getDocumentation, getFacetValidationMessage, getSchemaNode, getValidationPolicy, isEnumerationList, isEnumerationNomenclature, isEnumerationTableRef, isFacetBoundaryMaxExclusive, isFacetBoundaryMaxInclusive, isFacetBoundaryMinExclusive, isFacetBoundaryMinInclusive, isFacetEnumeration, isFacetExcludeSegment, isFacetExcludeValue, isFacetFractionDigits, isFacetLength, isFacetMaxLength, isFacetMinLength, isFacetOnMandatoryField, isFacetOResource, isFacetPattern, isFacetTotalDigits
-
-