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 TypeMethodDescriptionvoidAnnotationBuilder.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 voidAbstractPatternFacet.addPatternFacet(Facet facet) Transfer given facet if it is a pattern.protected final voidAbstractDigitsFacet.setDigitsFacet(Facet facet) Transfer given facet if it is a digits facet.protected final voidSet the given facet for XSType if applicable.protected final voidSet the given facet for XSType if applicable.protected voidSet the given facet for XSType if applicable.protected voidSet the given facet for XSType if applicable.protected voidSet the given facet for XSType if applicable.protected voidSet the given facet for XSType if applicable.protected voidSet the given facet for XSType if applicable.protected abstract voidSet the given facet for XSType if applicable.protected final voidAbstractLengthFacet.setLengthFacet(Facet facet) Transfer given facet if it is one of length, maxLength or minLength.protected final voidAbstractRangeFacet.setRangeFacet(Facet facet) Transfer given facet if it is a range.protected final voidAbstractWhiteSpaceFacet.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 TypeMethodDescriptionvoidAdds the given Facet to this listvoidAdds the given Facet to this Simpletype.booleanFacet.overridesBase(Facet baseFacet) Checks whether the current facet overrides a facet of the base data type.booleanRemoves the given Facet from this listbooleanSimpleType.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 classAn implementation of maxExclusive constraining facet, defined in section "4.3.8 maxExclusive" of "XML Schema Part 2: Datatypes Second Edition" document.final classAn implementation of maxInclusive constraining facet, defined in section "4.3.7 maxInclusive" of "XML Schema Part 2: Datatypes Second Edition" document.final classAn implementation of minExclusive constraining facet, defined in section "4.3.9 minExclusive" of "XML Schema Part 2: Datatypes Second Edition" document.final classAn 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 TypeMethodDescriptionbooleanMaxExclusive.overridesBase(Facet baseFacet) Checks whether the current facet overrides a facet of the base data type.booleanMaxInclusive.overridesBase(Facet baseFacet) Checks whether the current facet overrides a facet of the base data type.booleanMinExclusive.overridesBase(Facet baseFacet) Checks whether the current facet overrides a facet of the base data type.booleanMinInclusive.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