Package org.geotools.xml.schema.impl
Class FacetGT
- Object
- 
- FacetGT
 
- 
- 
Field Summary- 
Fields inherited from interface FacetENUMERATION, FRACTIONDIGITS, LENGTH, MAXEXCLUSIVE, MAXINCLUSIVE, MAXLENGTH, MINEXCLUSIVE, MININCLUSIVE, MINLENGTH, PATTERN, TOTALDIGITS, WHITESPACE
 
- 
 - 
Method SummaryAll 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- 
FacetGTpublic FacetGT(int type, String value)Creates a new FacetGT object.
 
- 
 - 
Method Detail- 
getFacetTypepublic int getFacetType() Description copied from interface:FacetThe Facet Type -- selected from one of the above constant values- Specified by:
- getFacetTypein interface- Facet
- See Also:
- Facet.getFacetType()
 
 - 
getValuepublic String getValue() Description copied from interface:FacetThe facet's constraint- Specified by:
- getValuein interface- Facet
- See Also:
- Facet.getValue()
 
 
- 
 
-