UIX 2.2.15

oracle.cabo.style.xml.parse
Class CompoundPropertyNode

java.lang.Object
  |
  +--oracle.cabo.style.xml.parse.CompoundPropertyNode

public class CompoundPropertyNode
extends java.lang.Object

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

CompoundPropertyNode

public CompoundPropertyNode(java.lang.String name,
                            java.lang.Object[] values)
Creates a PropertyNode with the specified name and value

Method Detail

getName

public java.lang.String getName()
Returns the name of the CompoundPropertyNode

getValues

public java.util.Enumeration getValues()
Returns an Enumeration of values - which can be either Strings or IncludePropertyNodes.

UIX 2.2.15