Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

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.

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.