Interface SchemaFacetTotalDigits
- All Superinterfaces:
SchemaFacet
This interface represents the
totalDigits facet associated with a node.-
Method Summary
Modifier and TypeMethodDescriptionintReturns the value of the 'total digits' 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 Details
-
getTotalDigits
int getTotalDigits()Returns the value of the 'total digits' facet defined in the data model.
-