edu.isi.powerloom.gui.xmlobject
Class PLString

java.lang.Object
  |
  +--edu.isi.powerloom.gui.xmlobject.XMLObject
        |
        +--edu.isi.powerloom.gui.xmlobject.PLString

public class PLString
extends XMLObject

Simple string representation.

Author:
Eric Melz

Field Summary
 java.lang.String attrValue
           
 
Constructor Summary
PLString()
           
PLString(java.lang.String value)
           
 
Method Summary
 java.lang.String getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class edu.isi.powerloom.gui.xmlobject.XMLObject
attrIsTrue, getChild, getChildCount, getIndexOfChild, isLeaf, main
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

attrValue

public java.lang.String attrValue
Constructor Detail

PLString

public PLString()

PLString

public PLString(java.lang.String value)
Method Detail

toString

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

getValue

public java.lang.String getValue()


Copyright © 2002 University of Southern California Information Sciences Institute. All Rights Reserved.