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

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

public class ColorNode
extends java.lang.Object

Private implementation of ColorNode.

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

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

Constructor Detail

ColorNode

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

Method Detail

getName

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


getValue

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



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