Package com.tangosol.run.xml
Class SimpleAttribute
java.lang.Object
com.tangosol.run.xml.SimpleAttribute
- All Implemented Interfaces:
XmlAttribute
A
SimpleAttribute provides a basic implementation of an XmlAttribute.- Author:
- bko 2011.06.14
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleAttribute(XmlElement xmlElement, String sName, XmlValue xmlValue) Standard Constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetName()Return the name of theXmlAttribute.Return theQualifiedNameof theXmlAttribute.Return theXmlElementin which theXmlAttributeis defined.Return theXmlValuedefined by theXmlAttribute.
-
Constructor Details
-
SimpleAttribute
Standard Constructor.- Parameters:
xmlElement- TheXmlElementin which theXmlAttributeis defined.sName- The name of theXmlAttributexmlValue- The value of theXmlElementrepresented as anXmlValue.
-
-
Method Details
-
getName
Return the name of theXmlAttribute.- Specified by:
getNamein interfaceXmlAttribute- Returns:
- A
String
-
getQualifiedName
Return theQualifiedNameof theXmlAttribute.- Specified by:
getQualifiedNamein interfaceXmlAttribute- Returns:
- A
QualifiedName
-
getXmlElement
Return theXmlElementin which theXmlAttributeis defined.- Specified by:
getXmlElementin interfaceXmlAttribute- Returns:
- An
XmlElement
-
getXmlValue
Return theXmlValuedefined by theXmlAttribute.- Specified by:
getXmlValuein interfaceXmlAttribute- Returns:
- An
XmlValue
-