Uses of Interface
org.w3._2001.schema.NoFixedFacet
-
Packages that use NoFixedFacet Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of NoFixedFacet in org.w3._2001.schema
Subinterfaces of NoFixedFacet in org.w3._2001.schema Modifier and Type Interface Description interfacePatternTypeA representation of the model object 'Pattern Type'.Methods in org.w3._2001.schema that return NoFixedFacet Modifier and Type Method Description NoFixedFacetSchemaFactory. createNoFixedFacet()Returns a new object of class 'No Fixed Facet'.NoFixedFacetDocumentRoot. getEnumeration()Returns the value of the 'Enumeration' containment reference.Methods in org.w3._2001.schema that return types with arguments of type NoFixedFacet Modifier and Type Method Description EList<NoFixedFacet>RestrictionType. getEnumeration()Returns the value of the 'Enumeration' containment reference list.EList<NoFixedFacet>RestrictionType1. getEnumeration()Returns the value of the 'Enumeration' containment reference list.Methods in org.w3._2001.schema with parameters of type NoFixedFacet Modifier and Type Method Description voidDocumentRoot. setEnumeration(NoFixedFacet value)Sets the value of the 'Enumeration' containment reference. -
Uses of NoFixedFacet in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement NoFixedFacet Modifier and Type Class Description classNoFixedFacetImplAn implementation of the model object 'No Fixed Facet'.classPatternTypeImplAn implementation of the model object 'Pattern Type'.Methods in org.w3._2001.schema.impl that return NoFixedFacet Modifier and Type Method Description NoFixedFacetSchemaFactoryImpl. createNoFixedFacet()NoFixedFacetDocumentRootImpl. getEnumeration()Methods in org.w3._2001.schema.impl that return types with arguments of type NoFixedFacet Modifier and Type Method Description EList<NoFixedFacet>RestrictionType1Impl. getEnumeration()EList<NoFixedFacet>RestrictionTypeImpl. getEnumeration()Methods in org.w3._2001.schema.impl with parameters of type NoFixedFacet Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetEnumeration(NoFixedFacet newEnumeration, NotificationChain msgs)voidDocumentRootImpl. setEnumeration(NoFixedFacet newEnumeration) -
Uses of NoFixedFacet in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type NoFixedFacet Modifier and Type Method Description TSchemaSwitch. caseNoFixedFacet(NoFixedFacet object)Returns the result of interpreting the object as an instance of 'No Fixed Facet'.booleanSchemaValidator. validateNoFixedFacet(NoFixedFacet noFixedFacet, DiagnosticChain diagnostics, Map<Object,Object> context)
-