org.geotools.xml.schema.impl
Class FacetGT
Object
FacetGT
- All Implemented Interfaces:
- Facet
public class FacetGT
- extends Object
- implements Facet
DOCUMENT ME!
- Author:
- dzwiers
- Module:
Fields inherited from interface Facet |
ENUMERATION, FRACTIONDIGITS, LENGTH, MAXEXCLUSIVE, MAXINCLUSIVE, MAXLENGTH, MINEXCLUSIVE, MININCLUSIVE, MINLENGTH, PATTERN, TOTALDIGITS, WHITESPACE |
Constructor Summary |
FacetGT(int type,
String value)
Creates a new FacetGT object. |
Method Summary |
int |
getFacetType()
The Facet Type -- selected from one of the above constant values |
String |
getValue()
The facet's constraint |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FacetGT
public FacetGT(int type,
String value)
- Creates a new FacetGT object.
- Parameters:
type
- DOCUMENT ME!value
- DOCUMENT ME!
getFacetType
public int getFacetType()
- Description copied from interface:
Facet
- The Facet Type -- selected from one of the above constant values
- Specified by:
getFacetType
in interface Facet
- See Also:
Facet.getFacetType()
getValue
public String getValue()
- Description copied from interface:
Facet
- The facet's constraint
- Specified by:
getValue
in interface Facet
- See Also:
Facet.getValue()
Copyright © 1996-2009 Geotools. All Rights Reserved.