Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.style.xml.parse
Class PropertyNode

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

public class PropertyNode
extends java.lang.Object

Private implementation of PropertyNode.


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

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.