|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.xml.schema.impl.FacetGT
public class FacetGT
DOCUMENT ME!
Field Summary |
---|
Fields inherited from interface org.geotools.xml.schema.Facet |
---|
ENUMERATION, FRACTIONDIGITS, LENGTH, MAXEXCLUSIVE, MAXINCLUSIVE, MAXLENGTH, MINEXCLUSIVE, MININCLUSIVE, MINLENGTH, PATTERN, TOTALDIGITS, WHITESPACE |
Constructor Summary | |
---|---|
FacetGT(int type,
java.lang.String value)
Creates a new FacetGT object. |
Method Summary | |
---|---|
int |
getFacetType()
The Facet Type -- selected from one of the above constant values |
java.lang.String |
getValue()
The facet's constraint |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FacetGT(int type, java.lang.String value)
type
- DOCUMENT ME!value
- DOCUMENT ME!Method Detail |
---|
public int getFacetType()
Facet
getFacetType
in interface Facet
Facet.getFacetType()
public java.lang.String getValue()
Facet
getValue
in interface Facet
Facet.getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |