Uses of Interface
com.orchestranetworks.schema.info.SchemaFacet
Packages that use SchemaFacet
Package
Description
Represents XML Schema concepts and provides schema extensions capabilities.
Provides interfaces for accessing schema node facet.
-
Uses of SchemaFacet in com.orchestranetworks.schema
Methods in com.orchestranetworks.schema that return SchemaFacetModifier and TypeMethodDescriptionConstraintViolationException.getFacet()Returns the facet associated with the constraint violated.Methods in com.orchestranetworks.schema that return types with arguments of type SchemaFacetModifier and TypeMethodDescriptionSchemaNode.getFacets()Returns an iterator over thefacetsdefined by this data model node.Constructors in com.orchestranetworks.schema with parameters of type SchemaFacetModifierConstructorDescriptionConstraintViolationException(UserMessage aMessage, SchemaFacet aFacet) ConstraintViolationException(UserMessage aMessage, SchemaNode aNode, SchemaFacet aFacet) ConstraintViolationException(String XPathExpression, UserMessage message, SchemaNode node, SchemaFacet facet) ConstraintViolationException(String aMessage, SchemaNode aNode, SchemaFacet aFacet) -
Uses of SchemaFacet in com.orchestranetworks.schema.info
Subinterfaces of SchemaFacet in com.orchestranetworks.schema.infoModifier and TypeInterfaceDescriptioninterfaceThis interface represents themaxExclusive,maxInclusive,minExclusive, andminInclusivefacets associated with a node.interfaceThis interface represents themaxExclusivefacet associated with a node.interfaceThis interface represents themaxInclusivefacet associated with a node.interfaceThis interface represents theminExclusivefacet associated with a node.interfaceThis interface represents theminInclusivefacet associated with a node.interfaceThis interface represents enumeration facets associated with a node.interfaceThis interface represents theexcludeSegmentfacet associated with a node.interfaceThis interface represents theexcludeValuefacet associated with a node.interfaceThis interface represents thefractionDigitsfacet associated with a node.interfaceThis interface represents thelengthfacet associated with a node.interfaceThis interface represents themaxLengthfacet associated with a node.interfaceThis interface represents theminLengthfacet associated with a node.interfaceThis interface declares the common methods related to the facetslength,minLengthandmaxLengthassociated with a node.interfaceThis interface represents thepatternfacet associated with a node.interfaceThis interface represents the foreign key constraint associated with a node (osd:tableRef).interfaceThis interface represents thetotalDigitsfacet associated with a node.