Package org.geotools.xml.schema.impl
Class AttributeValueGT
- Object
- 
- AttributeValueGT
 
- 
- All Implemented Interfaces:
- AttributeValue
 
 public class AttributeValueGT extends Object implements AttributeValue - Author:
- dzwiers
 
- 
- 
Constructor SummaryConstructors Constructor Description AttributeValueGT(Attribute attribute, String value)Creates a new AttributeValueGT object.
 
- 
- 
- 
Method Detail- 
getValuepublic String getValue() - Specified by:
- getValuein interface- AttributeValue
- See Also:
- AttributeValue.getValue()
 
 - 
getAttributepublic Attribute getAttribute() - Specified by:
- getAttributein interface- AttributeValue
- See Also:
- AttributeValue.getAttribute()
 
 
- 
 
-