org.apache.myfaces.trinidadinternal.style.xml.parse
Class CompoundPropertyNode

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.style.xml.parse.CompoundPropertyNode

public class CompoundPropertyNode
extends java.lang.Object

PropertyNode subclass for compound properties.

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/style/xml/parse/CompoundPropertyNode.java#0 $) $Date: 10-nov-2005.18:58:04 $
Author:
The Oracle ADF Faces Team

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.Iterator<java.lang.Object> getValues()
          Returns an Iterator 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.Iterator<java.lang.Object> getValues()
Returns an Iterator of values - which can be either Strings or IncludePropertyNodes.



Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.