Business Objects
Quark Platform Documentation
Version 1.7.0_0
Business Objects

org.openquark.cal.runtime
Class MachineType

java.lang.Object
  extended by org.openquark.cal.runtime.MachineType

public final class MachineType
extends Object

Type-safe enum pattern for the machine types supported by CAL.

Author:
Joseph Wong

Field Summary
static MachineType G
          The machine type enum value for the g machine.
static MachineType LECC
          The machine type enum value for the lecc machine.
 
Method Summary
 String toString()
          Returns the string representation of the machine type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

G

public static final MachineType G
The machine type enum value for the g machine.


LECC

public static final MachineType LECC
The machine type enum value for the lecc machine.

Method Detail

toString

public String toString()
Returns the string representation of the machine type.

Overrides:
toString in class Object
Returns:
the string representation of the machine type.

Business Objects
Quark Platform Documentation
Version 1.7.0_0
Business Objects

Copyright © 2007 Business Objects. All rights reserved.