Package org.geotools.xml.schema
Interface Facet
- All Known Implementing Classes:
FacetGT
public interface Facet
- Author:
- dzwiers
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionintThe Facet Type -- selected from one of the above constant valuesgetValue()The facet's constraint
-
Field Details
-
ENUMERATION
static final int ENUMERATION- See Also:
-
FRACTIONDIGITS
static final int FRACTIONDIGITS- See Also:
-
LENGTH
static final int LENGTH- See Also:
-
MAXEXCLUSIVE
static final int MAXEXCLUSIVE- See Also:
-
MAXINCLUSIVE
static final int MAXINCLUSIVE- See Also:
-
MAXLENGTH
static final int MAXLENGTH- See Also:
-
MINEXCLUSIVE
static final int MINEXCLUSIVE- See Also:
-
MININCLUSIVE
static final int MININCLUSIVE- See Also:
-
MINLENGTH
static final int MINLENGTH- See Also:
-
PATTERN
static final int PATTERN- See Also:
-
TOTALDIGITS
static final int TOTALDIGITS- See Also:
-
WHITESPACE
static final int WHITESPACE- See Also:
-
-
Method Details
-
getFacetType
int getFacetType()The Facet Type -- selected from one of the above constant values -
getValue
String getValue()The facet's constraint
-