Package org.geotools.xml.schema.impl
Class FacetGT
- Object
-
- FacetGT
-
-
Field Summary
-
Fields inherited from interface Facet
ENUMERATION, FRACTIONDIGITS, LENGTH, MAXEXCLUSIVE, MAXINCLUSIVE, MAXLENGTH, MINEXCLUSIVE, MININCLUSIVE, MINLENGTH, PATTERN, TOTALDIGITS, WHITESPACE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFacetType()
The Facet Type -- selected from one of the above constant valuesString
getValue()
The facet's constraint
-
-
-
Constructor Detail
-
FacetGT
public FacetGT(int type, String value)
Creates a new FacetGT object.
-
-
Method Detail
-
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:
Facet.getFacetType()
-
getValue
public String getValue()
Description copied from interface:Facet
The facet's constraint- Specified by:
getValue
in interfaceFacet
- See Also:
Facet.getValue()
-
-