Uses of Interface
org.w3._2001.schema.NumFacet
-
Packages that use NumFacet Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of NumFacet in org.w3._2001.schema
Subinterfaces of NumFacet in org.w3._2001.schema Modifier and Type Interface Description interfaceTotalDigitsTypeA representation of the model object 'Total Digits Type'.Methods in org.w3._2001.schema that return NumFacet Modifier and Type Method Description NumFacetSchemaFactory. createNumFacet()Returns a new object of class 'Num Facet'.NumFacetDocumentRoot. getFractionDigits()Returns the value of the 'Fraction Digits' containment reference.NumFacetDocumentRoot. getLength()Returns the value of the 'Length' containment reference.NumFacetDocumentRoot. getMaxLength()Returns the value of the 'Max Length' containment reference.NumFacetDocumentRoot. getMinLength()Returns the value of the 'Min Length' containment reference.Methods in org.w3._2001.schema that return types with arguments of type NumFacet Modifier and Type Method Description EList<NumFacet>RestrictionType. getFractionDigits()Returns the value of the 'Fraction Digits' containment reference list.EList<NumFacet>RestrictionType1. getFractionDigits()Returns the value of the 'Fraction Digits' containment reference list.EList<NumFacet>RestrictionType. getLength()Returns the value of the 'Length' containment reference list.EList<NumFacet>RestrictionType1. getLength()Returns the value of the 'Length' containment reference list.EList<NumFacet>RestrictionType. getMaxLength()Returns the value of the 'Max Length' containment reference list.EList<NumFacet>RestrictionType1. getMaxLength()Returns the value of the 'Max Length' containment reference list.EList<NumFacet>RestrictionType. getMinLength()Returns the value of the 'Min Length' containment reference list.EList<NumFacet>RestrictionType1. getMinLength()Returns the value of the 'Min Length' containment reference list.Methods in org.w3._2001.schema with parameters of type NumFacet Modifier and Type Method Description voidDocumentRoot. setFractionDigits(NumFacet value)Sets the value of the 'Fraction Digits' containment reference.voidDocumentRoot. setLength(NumFacet value)Sets the value of the 'Length' containment reference.voidDocumentRoot. setMaxLength(NumFacet value)Sets the value of the 'Max Length' containment reference.voidDocumentRoot. setMinLength(NumFacet value)Sets the value of the 'Min Length' containment reference. -
Uses of NumFacet in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement NumFacet Modifier and Type Class Description classNumFacetImplAn implementation of the model object 'Num Facet'.classTotalDigitsTypeImplAn implementation of the model object 'Total Digits Type'.Methods in org.w3._2001.schema.impl that return NumFacet Modifier and Type Method Description NumFacetSchemaFactoryImpl. createNumFacet()NumFacetDocumentRootImpl. getFractionDigits()NumFacetDocumentRootImpl. getLength()NumFacetDocumentRootImpl. getMaxLength()NumFacetDocumentRootImpl. getMinLength()Methods in org.w3._2001.schema.impl that return types with arguments of type NumFacet Modifier and Type Method Description EList<NumFacet>RestrictionType1Impl. getFractionDigits()EList<NumFacet>RestrictionTypeImpl. getFractionDigits()EList<NumFacet>RestrictionType1Impl. getLength()EList<NumFacet>RestrictionTypeImpl. getLength()EList<NumFacet>RestrictionType1Impl. getMaxLength()EList<NumFacet>RestrictionTypeImpl. getMaxLength()EList<NumFacet>RestrictionType1Impl. getMinLength()EList<NumFacet>RestrictionTypeImpl. getMinLength()Methods in org.w3._2001.schema.impl with parameters of type NumFacet Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetFractionDigits(NumFacet newFractionDigits, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetLength(NumFacet newLength, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetMaxLength(NumFacet newMaxLength, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetMinLength(NumFacet newMinLength, NotificationChain msgs)voidDocumentRootImpl. setFractionDigits(NumFacet newFractionDigits)voidDocumentRootImpl. setLength(NumFacet newLength)voidDocumentRootImpl. setMaxLength(NumFacet newMaxLength)voidDocumentRootImpl. setMinLength(NumFacet newMinLength) -
Uses of NumFacet in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type NumFacet Modifier and Type Method Description TSchemaSwitch. caseNumFacet(NumFacet object)Returns the result of interpreting the object as an instance of 'Num Facet'.booleanSchemaValidator. validateNumFacet(NumFacet numFacet, DiagnosticChain diagnostics, Map<Object,Object> context)
-