Package org.geotools.xml.schema
Interface Facet
-
- All Known Implementing Classes:
FacetGT
public interface Facet- Author:
- dzwiers
-
-
Field Summary
Fields Modifier and Type Field Description static intENUMERATIONstatic intFRACTIONDIGITSstatic intLENGTHstatic intMAXEXCLUSIVEstatic intMAXINCLUSIVEstatic intMAXLENGTHstatic intMINEXCLUSIVEstatic intMININCLUSIVEstatic intMINLENGTHstatic intPATTERNstatic intTOTALDIGITSstatic intWHITESPACE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetFacetType()The Facet Type -- selected from one of the above constant valuesStringgetValue()The facet's constraint
-
-
-
Field Detail
-
ENUMERATION
static final int ENUMERATION
- See Also:
- Constant Field Values
-
FRACTIONDIGITS
static final int FRACTIONDIGITS
- See Also:
- Constant Field Values
-
LENGTH
static final int LENGTH
- See Also:
- Constant Field Values
-
MAXEXCLUSIVE
static final int MAXEXCLUSIVE
- See Also:
- Constant Field Values
-
MAXINCLUSIVE
static final int MAXINCLUSIVE
- See Also:
- Constant Field Values
-
MAXLENGTH
static final int MAXLENGTH
- See Also:
- Constant Field Values
-
MINEXCLUSIVE
static final int MINEXCLUSIVE
- See Also:
- Constant Field Values
-
MININCLUSIVE
static final int MININCLUSIVE
- See Also:
- Constant Field Values
-
MINLENGTH
static final int MINLENGTH
- See Also:
- Constant Field Values
-
PATTERN
static final int PATTERN
- See Also:
- Constant Field Values
-
TOTALDIGITS
static final int TOTALDIGITS
- See Also:
- Constant Field Values
-
WHITESPACE
static final int WHITESPACE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFacetType
int getFacetType()
The Facet Type -- selected from one of the above constant values
-
getValue
String getValue()
The facet's constraint
-
-