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