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 interface
PatternType
A representation of the model object 'Pattern Type'.Methods in org.w3._2001.schema that return NoFixedFacet Modifier and Type Method Description NoFixedFacet
SchemaFactory. createNoFixedFacet()
Returns a new object of class 'No Fixed Facet'.NoFixedFacet
DocumentRoot. 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 void
DocumentRoot. 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 class
NoFixedFacetImpl
An implementation of the model object 'No Fixed Facet'.class
PatternTypeImpl
An implementation of the model object 'Pattern Type'.Methods in org.w3._2001.schema.impl that return NoFixedFacet Modifier and Type Method Description NoFixedFacet
SchemaFactoryImpl. createNoFixedFacet()
NoFixedFacet
DocumentRootImpl. 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 NotificationChain
DocumentRootImpl. basicSetEnumeration(NoFixedFacet newEnumeration, NotificationChain msgs)
void
DocumentRootImpl. 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 T
SchemaSwitch. caseNoFixedFacet(NoFixedFacet object)
Returns the result of interpreting the object as an instance of 'No Fixed Facet'.boolean
SchemaValidator. validateNoFixedFacet(NoFixedFacet noFixedFacet, DiagnosticChain diagnostics, Map<Object,Object> context)
-