jrre.types
Class PrimitiveType

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

public class PrimitiveType
extends Type

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

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

PrimitiveType

public PrimitiveType(int value)
Parameters:
value -
Method Detail

getValue

public int getValue()
Gets the Value.


setValue

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