UIX 2.2.8

oracle.cabo.style.xml.parse
Class ColorNode

java.lang.Object
  |
  +--oracle.cabo.style.xml.parse.ColorNode

public class ColorNode
extends java.lang.Object

Private implementation of ColorNode.


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().

UIX 2.2.8