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 int
ENUMERATION
static int
FRACTIONDIGITS
static int
LENGTH
static int
MAXEXCLUSIVE
static int
MAXINCLUSIVE
static int
MAXLENGTH
static int
MINEXCLUSIVE
static int
MININCLUSIVE
static int
MINLENGTH
static int
PATTERN
static int
TOTALDIGITS
static int
WHITESPACE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getFacetType()
The Facet Type -- selected from one of the above constant valuesString
getValue()
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
-
-