org.geotools.xml.schema.impl
Class AttributeValueGT

Object
  extended by AttributeValueGT
All Implemented Interfaces:
AttributeValue

public class AttributeValueGT
extends Object
implements AttributeValue

DOCUMENT ME!

Author:
dzwiers
Module:

Constructor Summary
AttributeValueGT(Attribute attribute, String value)
          Creates a new AttributeValueGT object.
 
Method Summary
 Attribute getAttribute()
          DOCUMENT ME!
 String getValue()
          DOCUMENT ME!
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeValueGT

public AttributeValueGT(Attribute attribute,
                        String value)
Creates a new AttributeValueGT object.

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

getValue

public String getValue()
Description copied from interface: AttributeValue
DOCUMENT ME!

Specified by:
getValue in interface AttributeValue
See Also:
AttributeValue.getValue()

getAttribute

public Attribute getAttribute()
Description copied from interface: AttributeValue
DOCUMENT ME!

Specified by:
getAttribute in interface AttributeValue
See Also:
AttributeValue.getAttribute()


Copyright © 1996-2009 Geotools. All Rights Reserved.