org.geotools.xml.schema.impl
Class FacetGT

java.lang.Object
  extended byorg.geotools.xml.schema.impl.FacetGT
All Implemented Interfaces:
Facet

public class FacetGT
extends java.lang.Object
implements Facet

DOCUMENT ME!

Author:
dzwiers

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

FacetGT

public FacetGT(int type,
               java.lang.String value)
Creates a new FacetGT object.

Parameters:
type - DOCUMENT ME!
value - DOCUMENT ME!
Method Detail

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
Returns:
See Also:
Facet.getFacetType()

getValue

public java.lang.String getValue()
Description copied from interface: Facet
The facet's constraint

Specified by:
getValue in interface Facet
Returns:
See Also:
Facet.getValue()


Copyright © GeoTools. All Rights Reserved.