Uses of Class
org.exolab.castor.xml.schema.Facet
Packages that use Facet
Package
Description
Castor XML code generator
-
Uses of Facet in org.exolab.castor.builder
Methods in org.exolab.castor.builder with parameters of type FacetModifier and TypeMethodDescriptionvoid
AnnotationBuilder.addEnumConstantAnnotations
(Facet facet, JEnumConstant enumConstant) add annotations to a java5 enum constant. -
Uses of Facet in org.exolab.castor.builder.types
Methods in org.exolab.castor.builder.types with parameters of type FacetModifier and TypeMethodDescriptionprotected final void
AbstractPatternFacet.addPatternFacet
(Facet facet) Transfer given facet if it is a pattern.protected final void
AbstractDigitsFacet.setDigitsFacet
(Facet facet) Transfer given facet if it is a digits facet.protected final void
Set the given facet for XSType if applicable.protected final void
Set the given facet for XSType if applicable.protected void
Set the given facet for XSType if applicable.protected void
Set the given facet for XSType if applicable.protected void
Set the given facet for XSType if applicable.protected void
Set the given facet for XSType if applicable.protected void
Set the given facet for XSType if applicable.protected abstract void
Set the given facet for XSType if applicable.protected final void
AbstractLengthFacet.setLengthFacet
(Facet facet) Transfer given facet if it is one of length, maxLength or minLength.protected final void
AbstractRangeFacet.setRangeFacet
(Facet facet) Transfer given facet if it is a range.protected final void
AbstractWhiteSpaceFacet.setWhiteSpaceFacet
(Facet facet) Transfer given facet if it is a whiteSpace. -
Uses of Facet in org.exolab.castor.xml.schema
Methods in org.exolab.castor.xml.schema that return FacetModifier and TypeMethodDescriptionReturns the facet of the list with with the given name.FacetFactory.createFacet
(String name, String value) Creates a new instance of a facet.FacetList.get
(int index) Returns the facet at the given indexReturns the first facet associated with the given name.FacetList.remove
(int index) Removes the facet located at the given indexMethods in org.exolab.castor.xml.schema that return types with arguments of type FacetModifier and TypeMethodDescriptionFacetList.enumerate()
Returns an Enumeration of the Facets in this listSimpleType.getEffectiveFacets()
Returns an enumeration of the effective facets for this type.SimpleType.getFacets()
Returns an Enumeration of all the Facets (including inherited) facets for this type.Returns the facets associated with the given name.SimpleType.getLocalFacets()
Returns the facets of this type (without the parent's facets).Methods in org.exolab.castor.xml.schema with parameters of type FacetModifier and TypeMethodDescriptionvoid
Adds the given Facet to this listvoid
Adds the given Facet to this Simpletype.boolean
Facet.overridesBase
(Facet baseFacet) Checks whether the current facet overrides a facet of the base data type.boolean
Removes the given Facet from this listboolean
SimpleType.removeFacet
(Facet facet) Removes the given Facet from this SimpleType. -
Uses of Facet in org.exolab.castor.xml.schema.facets
Subclasses of Facet in org.exolab.castor.xml.schema.facetsModifier and TypeClassDescriptionfinal class
An implementation of maxExclusive constraining facet, defined in section "4.3.8 maxExclusive" of "XML Schema Part 2: Datatypes Second Edition" document.final class
An implementation of maxInclusive constraining facet, defined in section "4.3.7 maxInclusive" of "XML Schema Part 2: Datatypes Second Edition" document.final class
An implementation of minExclusive constraining facet, defined in section "4.3.9 minExclusive" of "XML Schema Part 2: Datatypes Second Edition" document.final class
An implementation of minInclusive constraining facet, defined in section "4.3.10 minInclusive" of "XML Schema Part 2: Datatypes Second Edition" document.Methods in org.exolab.castor.xml.schema.facets with parameters of type FacetModifier and TypeMethodDescriptionboolean
MaxExclusive.overridesBase
(Facet baseFacet) Checks whether the current facet overrides a facet of the base data type.boolean
MaxInclusive.overridesBase
(Facet baseFacet) Checks whether the current facet overrides a facet of the base data type.boolean
MinExclusive.overridesBase
(Facet baseFacet) Checks whether the current facet overrides a facet of the base data type.boolean
MinInclusive.overridesBase
(Facet baseFacet) Checks whether the current facet overrides a facet of the base data type. -
Uses of Facet in org.exolab.castor.xml.schema.reader
Methods in org.exolab.castor.xml.schema.reader that return FacetMethods in org.exolab.castor.xml.schema.reader with parameters of type Facet