Uses of Interface
org.w3._2001.schema.NumFacet
Packages that use NumFacet
-
Uses of NumFacet in org.w3._2001.schema
Subinterfaces of NumFacet in org.w3._2001.schemaModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Total Digits Type'.Methods in org.w3._2001.schema that return NumFacetModifier and TypeMethodDescriptionSchemaFactory.createNumFacet()Returns a new object of class 'Num Facet'.DocumentRoot.getFractionDigits()Returns the value of the 'Fraction Digits' containment reference.DocumentRoot.getLength()Returns the value of the 'Length' containment reference.DocumentRoot.getMaxLength()Returns the value of the 'Max Length' containment reference.DocumentRoot.getMinLength()Returns the value of the 'Min Length' containment reference.Methods in org.w3._2001.schema that return types with arguments of type NumFacetModifier and TypeMethodDescriptionEList<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 NumFacetModifier and TypeMethodDescriptionvoidDocumentRoot.setFractionDigits(NumFacet value) Sets the value of the 'Fraction Digits' containment reference.voidSets 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 NumFacetModifier and TypeClassDescriptionclassAn implementation of the model object 'Num Facet'.classAn implementation of the model object 'Total Digits Type'.Methods in org.w3._2001.schema.impl that return NumFacetModifier and TypeMethodDescriptionSchemaFactoryImpl.createNumFacet()DocumentRootImpl.getFractionDigits()DocumentRootImpl.getLength()DocumentRootImpl.getMaxLength()DocumentRootImpl.getMinLength()Methods in org.w3._2001.schema.impl that return types with arguments of type NumFacetModifier and TypeMethodDescriptionEList<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 NumFacetModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.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) voidvoidDocumentRootImpl.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 NumFacetModifier and TypeMethodDescriptionSchemaSwitch.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)