org.gjt.universe
Class ModuleUndefined

java.lang.Object
  |
  +--org.gjt.universe.DBItem
        |
        +--org.gjt.universe.ModuleBase
              |
              +--org.gjt.universe.ModuleUndefined
All Implemented Interfaces:
Orderable, java.io.Serializable

final class ModuleUndefined
extends ModuleBase


Field Summary
static ModuleID ID
           
static ModuleUndefined SINGLETON
           
 
Fields inherited from class org.gjt.universe.ModuleBase
 
Constructor Summary
private ModuleUndefined()
           
 
Method Summary
 boolean build()
          Nothing to build!
(package private)  java.lang.String getTypeName()
           
 VectorDisplayReturn specificDisplayDebug()
           
 
Methods inherited from class org.gjt.universe.ModuleBase
getAvailableOrders, getCurrentOrders, getDesign, getID, getIndex, getLocation, getName, getOwner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SINGLETON

public static ModuleUndefined SINGLETON

ID

public static ModuleID ID
Constructor Detail

ModuleUndefined

private ModuleUndefined()
Method Detail

getTypeName

java.lang.String getTypeName()

specificDisplayDebug

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

build

public boolean build()
Nothing to build!

Specified by:
build in class ModuleBase


Copyright © 2001 Universe Dev Team All Rights Reserved.