All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class fr.inria.openmath.omapi.implementation.StringNodeImpl

java.lang.Object
   |
   +----fr.inria.openmath.omapi.implementation.NodeImpl
           |
           +----fr.inria.openmath.omapi.implementation.StringNodeImpl

public class StringNodeImpl
extends NodeImpl
implements StringNode
Defines accessor/mutators for this kind of node.


Constructor Index

 o StringNodeImpl(String)

Method Index

 o getValue()
 o setValue(String)
 o toString()

Constructors

 o StringNodeImpl
 public StringNodeImpl(String value)

Methods

 o toString
 public String toString()
Overrides:
toString in class NodeImpl
 o setValue
 public void setValue(String value)
 o getValue
 public String getValue()

All Packages  Class Hierarchy  This Package  Previous  Next  Index