org.gjt.universe
Class ModuleDesignUndefined

java.lang.Object
  |
  +--org.gjt.universe.DBItem
        |
        +--org.gjt.universe.ModuleDesignBase
              |
              +--org.gjt.universe.ModuleDesignUndefined
All Implemented Interfaces:
java.io.Serializable

final class ModuleDesignUndefined
extends ModuleDesignBase


Field Summary
static ModuleDesignID ID
           
static ModuleDesignUndefined SINGLETON
           
 
Fields inherited from class org.gjt.universe.ModuleDesignBase
 
Constructor Summary
private ModuleDesignUndefined()
           
 
Method Summary
 java.lang.String[] getOrderTypes()
          This method returns the orders that this module can do.
 java.lang.String getTypeName()
           
 VectorDisplayReturn specificDisplayDebug()
           
 
Methods inherited from class org.gjt.universe.ModuleDesignBase
getID, getIndex, getName, resetModuleDesignID
 
Methods inherited from class org.gjt.universe.DBItem
getLocation, getOwner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SINGLETON

public static ModuleDesignUndefined SINGLETON

ID

public static ModuleDesignID ID
Constructor Detail

ModuleDesignUndefined

private ModuleDesignUndefined()
Method Detail

getTypeName

public java.lang.String getTypeName()

specificDisplayDebug

public VectorDisplayReturn specificDisplayDebug()
Specified by:
specificDisplayDebug in class DBItem

getOrderTypes

public java.lang.String[] getOrderTypes()
Description copied from class: ModuleDesignBase
This method returns the orders that this module can do. All orders are represented by strings and must be parsed and handled by the calling GUI.

Specified by:
getOrderTypes in class ModuleDesignBase


Copyright © 2001 Universe Dev Team All Rights Reserved.