|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.style.xml.parse.CompoundPropertyNode
PropertyNode subclass for compound properties.
Constructor Summary | |
CompoundPropertyNode(java.lang.String name,
java.lang.Object[] values)
Creates a PropertyNode with the specified name and value |
Method Summary | |
java.lang.String |
getName()
Returns the name of the CompoundPropertyNode |
java.util.Enumeration |
getValues()
Returns an Enumeration of values - which can be either Strings or IncludePropertyNodes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CompoundPropertyNode(java.lang.String name, java.lang.Object[] values)
Method Detail |
public java.lang.String getName()
public java.util.Enumeration getValues()
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |