Package org.geotools.xml.schema.impl
Class FacetGT
Object
FacetGT
- All Implemented Interfaces:
- Facet
- Author:
- dzwiers
- 
Field SummaryFields inherited from interface FacetENUMERATION, FRACTIONDIGITS, LENGTH, MAXEXCLUSIVE, MAXINCLUSIVE, MAXLENGTH, MINEXCLUSIVE, MININCLUSIVE, MINLENGTH, PATTERN, TOTALDIGITS, WHITESPACE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintThe Facet Type -- selected from one of the above constant valuesgetValue()The facet's constraint
- 
Constructor Details- 
FacetGTCreates a new FacetGT object.
 
- 
- 
Method Details- 
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:
 
- 
getValueDescription copied from interface:FacetThe facet's constraint
 
-