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 intgetFacetType()The Facet Type -- selected from one of the above constant valuesStringgetValue()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:FacetThe Facet Type -- selected from one of the above constant values- Specified by:
getFacetTypein interfaceFacet- See Also:
Facet.getFacetType()
-
getValue
public String getValue()
Description copied from interface:FacetThe facet's constraint- Specified by:
getValuein interfaceFacet- See Also:
Facet.getValue()
-
-