org.geotools.xml.schema.impl
Class AttributeValueGT

java.lang.Object
  extended byorg.geotools.xml.schema.impl.AttributeValueGT
All Implemented Interfaces:
AttributeValue

public class AttributeValueGT
extends java.lang.Object
implements AttributeValue

DOCUMENT ME!

Author:
dzwiers

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

Constructor Detail

AttributeValueGT

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

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

getValue

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

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

getAttribute

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

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


Copyright © GeoTools. All Rights Reserved.