jrre.types
Class CharType

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

public class CharType
extends Type

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

Constructor Summary
CharType()
           
CharType(char value)
           
 
Method Summary
 char getValue()
          Gets the Value.
 void setValue(char 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

CharType

public CharType()

CharType

public CharType(char value)
Parameters:
value -
Method Detail

getValue

public char getValue()
Gets the Value.


setValue

public void setValue(char 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.