Uses of Interface
org.w3._2001.schema.Facet
-
Packages that use Facet Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of Facet in org.w3._2001.schema
Subinterfaces of Facet in org.w3._2001.schema Modifier and Type Interface Description interfaceNoFixedFacetA representation of the model object 'No Fixed Facet'.interfaceNumFacetA representation of the model object 'Num Facet'.interfacePatternTypeA representation of the model object 'Pattern Type'.interfaceTotalDigitsTypeA representation of the model object 'Total Digits Type'.interfaceWhiteSpaceTypeA representation of the model object 'White Space Type'.Methods in org.w3._2001.schema that return Facet Modifier and Type Method Description FacetSchemaFactory. createFacet()Returns a new object of class 'Facet'.FacetDocumentRoot. getMaxExclusive()Returns the value of the 'Max Exclusive' containment reference.FacetDocumentRoot. getMaxInclusive()Returns the value of the 'Max Inclusive' containment reference.FacetDocumentRoot. getMinExclusive()Returns the value of the 'Min Exclusive' containment reference.FacetDocumentRoot. getMinInclusive()Returns the value of the 'Min Inclusive' containment reference.Methods in org.w3._2001.schema that return types with arguments of type Facet Modifier and Type Method Description EList<Facet>RestrictionType. getMaxExclusive()Returns the value of the 'Max Exclusive' containment reference list.EList<Facet>RestrictionType1. getMaxExclusive()Returns the value of the 'Max Exclusive' containment reference list.EList<Facet>RestrictionType. getMaxInclusive()Returns the value of the 'Max Inclusive' containment reference list.EList<Facet>RestrictionType1. getMaxInclusive()Returns the value of the 'Max Inclusive' containment reference list.EList<Facet>RestrictionType. getMinExclusive()Returns the value of the 'Min Exclusive' containment reference list.EList<Facet>RestrictionType1. getMinExclusive()Returns the value of the 'Min Exclusive' containment reference list.EList<Facet>RestrictionType. getMinInclusive()Returns the value of the 'Min Inclusive' containment reference list.EList<Facet>RestrictionType1. getMinInclusive()Returns the value of the 'Min Inclusive' containment reference list.Methods in org.w3._2001.schema with parameters of type Facet Modifier and Type Method Description voidDocumentRoot. setMaxExclusive(Facet value)Sets the value of the 'Max Exclusive' containment reference.voidDocumentRoot. setMaxInclusive(Facet value)Sets the value of the 'Max Inclusive' containment reference.voidDocumentRoot. setMinExclusive(Facet value)Sets the value of the 'Min Exclusive' containment reference.voidDocumentRoot. setMinInclusive(Facet value)Sets the value of the 'Min Inclusive' containment reference. -
Uses of Facet in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement Facet Modifier and Type Class Description classFacetImplAn implementation of the model object 'Facet'.classNoFixedFacetImplAn implementation of the model object 'No Fixed Facet'.classNumFacetImplAn implementation of the model object 'Num Facet'.classPatternTypeImplAn implementation of the model object 'Pattern Type'.classTotalDigitsTypeImplAn implementation of the model object 'Total Digits Type'.classWhiteSpaceTypeImplAn implementation of the model object 'White Space Type'.Methods in org.w3._2001.schema.impl that return Facet Modifier and Type Method Description FacetSchemaFactoryImpl. createFacet()FacetDocumentRootImpl. getMaxExclusive()FacetDocumentRootImpl. getMaxInclusive()FacetDocumentRootImpl. getMinExclusive()FacetDocumentRootImpl. getMinInclusive()Methods in org.w3._2001.schema.impl that return types with arguments of type Facet Modifier and Type Method Description EList<Facet>RestrictionType1Impl. getMaxExclusive()EList<Facet>RestrictionTypeImpl. getMaxExclusive()EList<Facet>RestrictionType1Impl. getMaxInclusive()EList<Facet>RestrictionTypeImpl. getMaxInclusive()EList<Facet>RestrictionType1Impl. getMinExclusive()EList<Facet>RestrictionTypeImpl. getMinExclusive()EList<Facet>RestrictionType1Impl. getMinInclusive()EList<Facet>RestrictionTypeImpl. getMinInclusive()Methods in org.w3._2001.schema.impl with parameters of type Facet Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetMaxExclusive(Facet newMaxExclusive, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetMaxInclusive(Facet newMaxInclusive, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetMinExclusive(Facet newMinExclusive, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetMinInclusive(Facet newMinInclusive, NotificationChain msgs)voidDocumentRootImpl. setMaxExclusive(Facet newMaxExclusive)voidDocumentRootImpl. setMaxInclusive(Facet newMaxInclusive)voidDocumentRootImpl. setMinExclusive(Facet newMinExclusive)voidDocumentRootImpl. setMinInclusive(Facet newMinInclusive) -
Uses of Facet in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type Facet Modifier and Type Method Description TSchemaSwitch. caseFacet(Facet object)Returns the result of interpreting the object as an instance of 'Facet'.booleanSchemaValidator. validateFacet(Facet facet, DiagnosticChain diagnostics, Map<Object,Object> context)
-