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 interface
NoFixedFacet
A representation of the model object 'No Fixed Facet'.interface
NumFacet
A representation of the model object 'Num Facet'.interface
PatternType
A representation of the model object 'Pattern Type'.interface
TotalDigitsType
A representation of the model object 'Total Digits Type'.interface
WhiteSpaceType
A representation of the model object 'White Space Type'.Methods in org.w3._2001.schema that return Facet Modifier and Type Method Description Facet
SchemaFactory. createFacet()
Returns a new object of class 'Facet'.Facet
DocumentRoot. getMaxExclusive()
Returns the value of the 'Max Exclusive' containment reference.Facet
DocumentRoot. getMaxInclusive()
Returns the value of the 'Max Inclusive' containment reference.Facet
DocumentRoot. getMinExclusive()
Returns the value of the 'Min Exclusive' containment reference.Facet
DocumentRoot. 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 void
DocumentRoot. setMaxExclusive(Facet value)
Sets the value of the 'Max Exclusive
' containment reference.void
DocumentRoot. setMaxInclusive(Facet value)
Sets the value of the 'Max Inclusive
' containment reference.void
DocumentRoot. setMinExclusive(Facet value)
Sets the value of the 'Min Exclusive
' containment reference.void
DocumentRoot. 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 class
FacetImpl
An implementation of the model object 'Facet'.class
NoFixedFacetImpl
An implementation of the model object 'No Fixed Facet'.class
NumFacetImpl
An implementation of the model object 'Num Facet'.class
PatternTypeImpl
An implementation of the model object 'Pattern Type'.class
TotalDigitsTypeImpl
An implementation of the model object 'Total Digits Type'.class
WhiteSpaceTypeImpl
An implementation of the model object 'White Space Type'.Methods in org.w3._2001.schema.impl that return Facet Modifier and Type Method Description Facet
SchemaFactoryImpl. createFacet()
Facet
DocumentRootImpl. getMaxExclusive()
Facet
DocumentRootImpl. getMaxInclusive()
Facet
DocumentRootImpl. getMinExclusive()
Facet
DocumentRootImpl. 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 NotificationChain
DocumentRootImpl. basicSetMaxExclusive(Facet newMaxExclusive, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetMaxInclusive(Facet newMaxInclusive, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetMinExclusive(Facet newMinExclusive, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetMinInclusive(Facet newMinInclusive, NotificationChain msgs)
void
DocumentRootImpl. setMaxExclusive(Facet newMaxExclusive)
void
DocumentRootImpl. setMaxInclusive(Facet newMaxInclusive)
void
DocumentRootImpl. setMinExclusive(Facet newMinExclusive)
void
DocumentRootImpl. 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 T
SchemaSwitch. caseFacet(Facet object)
Returns the result of interpreting the object as an instance of 'Facet'.boolean
SchemaValidator. validateFacet(Facet facet, DiagnosticChain diagnostics, Map<Object,Object> context)
-