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
ConstructorDescriptionSimpleAttribute
(XmlElement xmlElement, String sName, XmlValue xmlValue) Standard Constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Return the name of theXmlAttribute
.Return theQualifiedName
of theXmlAttribute
.Return theXmlElement
in which theXmlAttribute
is defined.Return theXmlValue
defined by theXmlAttribute
.
-
Constructor Details
-
SimpleAttribute
Standard Constructor.- Parameters:
xmlElement
- TheXmlElement
in which theXmlAttribute
is defined.sName
- The name of theXmlAttribute
xmlValue
- The value of theXmlElement
represented as anXmlValue
.
-
-
Method Details
-
getName
Return the name of theXmlAttribute
.- Specified by:
getName
in interfaceXmlAttribute
- Returns:
- A
String
-
getQualifiedName
Return theQualifiedName
of theXmlAttribute
.- Specified by:
getQualifiedName
in interfaceXmlAttribute
- Returns:
- A
QualifiedName
-
getXmlElement
Return theXmlElement
in which theXmlAttribute
is defined.- Specified by:
getXmlElement
in interfaceXmlAttribute
- Returns:
- An
XmlElement
-
getXmlValue
Return theXmlValue
defined by theXmlAttribute
.- Specified by:
getXmlValue
in interfaceXmlAttribute
- Returns:
- An
XmlValue
-