jrre.types
Class StringType

java.lang.Object
  |
  +--jrre.types.Type
        |
        +--jrre.types.StringType

public class StringType
extends Type

Version:
Author:
Christopher Ellsworth (Chris@chrisellsworth.com)

Constructor Summary
StringType(java.lang.String value)
           
 
Method Summary
 java.lang.String getValue()
          Gets the Value.
 void setValue(java.lang.String value)
          Sets the Value.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringType

public StringType(java.lang.String value)
Parameters:
value -
Method Detail

getValue

public java.lang.String getValue()
Gets the Value.


setValue

public void setValue(java.lang.String value)
Sets the Value.


toString

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


Copyright © 2002-2002 Appalachian State University. All Rights Reserved.