Interface SchemaFacetExcludeValue
-
- All Superinterfaces:
SchemaFacet
public interface SchemaFacetExcludeValue extends SchemaFacet
This interface represents theexcludeValuefacet associated with a node.- See Also:
- exclude value,
SchemaNode.getFacetExcludeValue()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetExcludeValue()Returns the 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
-
-
-
-
Method Detail
-
getExcludeValue
Object getExcludeValue()
Returns the value of this facet defined in the data model.
-
-