Interface SchemaFacetValidationPolicy
-
public interface SchemaFacetValidationPolicyRepresents the validation policy defined by a facet using the propertyosd:validation.- Since:
- 5.8.1
- See Also:
SchemaFacet.getValidationPolicy(),UniquenessConstraint.getValidationPolicy()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBlocksCommit()Returns the value of theblocksCommitproperty within the elementosd:validationdefined by the associated facet.
-
-
-
Method Detail
-
getBlocksCommit
String getBlocksCommit()
Returns the value of theblocksCommitproperty within the elementosd:validationdefined by the associated facet.Returns
nullif the associated facet does not define ablocksCommit.- See Also:
SchemaFacetBlocksCommit
-
-