public interface Facet
Modifier and Type | Field and 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 |
Modifier and Type | Method and Description |
---|---|
int |
getFacetType()
The Facet Type -- selected from one of the above constant values
|
String |
getValue()
The facet's constraint
|
static final int ENUMERATION
static final int FRACTIONDIGITS
static final int LENGTH
static final int MAXEXCLUSIVE
static final int MAXINCLUSIVE
static final int MAXLENGTH
static final int MINEXCLUSIVE
static final int MININCLUSIVE
static final int MINLENGTH
static final int PATTERN
static final int TOTALDIGITS
static final int WHITESPACE
int getFacetType()
String getValue()
Copyright © 1996–2023 Geotools. All rights reserved.