Package org.geotools.xml.schema.impl
Class FacetGT
Object
FacetGT
- All Implemented Interfaces:
Facet
- Author:
- dzwiers
-
Field Summary
Fields inherited from interface Facet
ENUMERATION, FRACTIONDIGITS, LENGTH, MAXEXCLUSIVE, MAXINCLUSIVE, MAXLENGTH, MINEXCLUSIVE, MININCLUSIVE, MINLENGTH, PATTERN, TOTALDIGITS, WHITESPACE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
The Facet Type -- selected from one of the above constant valuesgetValue()
The facet's constraint
-
Constructor Details
-
FacetGT
Creates a new FacetGT object.
-
-
Method Details
-
getFacetType
public int getFacetType()Description copied from interface:Facet
The Facet Type -- selected from one of the above constant values- Specified by:
getFacetType
in interfaceFacet
- See Also:
-
getValue
Description copied from interface:Facet
The facet's constraint
-