Interface SchemaFacetPattern
-
- All Superinterfaces:
SchemaFacet
public interface SchemaFacetPattern extends SchemaFacet
This interface represents thepatternfacet associated with a node.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPatternString()Returns the value of the pattern 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
-
getPatternString
String getPatternString()
Returns the value of the pattern defined in the data model.
-
-