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

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

public class PropertyNode
extends java.lang.Object

Private implementation of PropertyNode.

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

Constructor Summary
PropertyNode(java.lang.String name, java.lang.String value)
          Creates a PropertyNode with the specified name and value
 
Method Summary
 java.lang.String getName()
          Implementation of PropertyNode.getName().
 java.lang.String getValue()
          Implementation of PropertyNode.getValue().
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyNode

public PropertyNode(java.lang.String name,
                    java.lang.String value)
Creates a PropertyNode with the specified name and value

Method Detail

getName

public java.lang.String getName()
Implementation of PropertyNode.getName().


getValue

public java.lang.String getValue()
Implementation of PropertyNode.getValue().



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