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 $

Constructor Summary
PropertyNode(java.lang.String name, java.lang.String value)
          Creates a PropertyNode with the specified name and value.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getName()
          Implementation of PropertyNode.getName().
 java.lang.String getValue()
          Implementation of PropertyNode.getValue().
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, 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.

Parameters:
name - name of the propertyNode. Examples are 'font-size', 'background-color'.
value - value of the propertyNode. Examples are '12px', 'red', '0xeaeaea' If name is null or the empty string, an IllegalArgumentException is thrown.
Method Detail

getName

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


getValue

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


equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.