|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.run.xml.SimpleAttribute
public class SimpleAttribute
A SimpleAttribute provides a basic implementation of an XmlAttribute.
| Constructor Summary | |
|---|---|
SimpleAttribute(XmlElement xmlElement, java.lang.String sName, XmlValue xmlValue)Standard Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()Return the name of the XmlAttribute. |
QualifiedName |
getQualifiedName()Return the QualifiedName of the XmlAttribute. |
XmlElement |
getXmlElement()Return the XmlElement in which the XmlAttribute is defined. |
XmlValue |
getXmlValue()Return the XmlValue defined by the XmlAttribute. |
| Constructor Detail |
|---|
public SimpleAttribute(XmlElement xmlElement,
java.lang.String sName,
XmlValue xmlValue)
xmlElement - The XmlElement in which the XmlAttribute is defined.sName - The name of the XmlAttributexmlValue - The value of the XmlElement represented as an XmlValue.| Method Detail |
|---|
public java.lang.String getName()
XmlAttribute.getName in interface XmlAttributeStringpublic QualifiedName getQualifiedName()
QualifiedName of the XmlAttribute.getQualifiedName in interface XmlAttributeQualifiedNamepublic XmlElement getXmlElement()
XmlElement in which the XmlAttribute is defined.getXmlElement in interface XmlAttributeXmlElementpublic XmlValue getXmlValue()
XmlValue defined by the XmlAttribute.getXmlValue in interface XmlAttributeXmlValue
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||