public interface MPropertyAttribute
MProperties.elements(String)
or to MPropertyElement.elements()
.
MPropertyAttribute
instances encapsulate attribute information
encapsulated by MProperties
. An attribute is an end node
in TIBCO Repository and is not nested.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Return the attribute name.
|
java.lang.String |
getParentElement()
Deprecated.
Replaced by
getPath() . |
java.lang.String |
getPath()
Return the path for this attribute.
|
java.lang.Object |
getValue()
Return the attribute value.
|
java.lang.String getName()
java.lang.String getParentElement()
getPath()
.java.lang.String getPath()
java.lang.Object getValue()