dip.gui.order
Class GUIOrder.Parameter

java.lang.Object
  extended bydip.gui.order.GUIOrder.Parameter
Direct Known Subclasses:
GUIBuild.BuildParameter, GUIMove.MoveParameter, GUIMoveExplicit.MoveParameter
Enclosing class:
GUIOrder

public abstract static class GUIOrder.Parameter
extends java.lang.Object

Typesafe Enum base class for Order object parameters.
GUIOrders which require Parameters must subclass this.


Constructor Summary
GUIOrder.Parameter(java.lang.String name)
          Constructor
 
Method Summary
 int hashCode()
          hashCode implementation
 java.lang.String toString()
          gets the name of Parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GUIOrder.Parameter

public GUIOrder.Parameter(java.lang.String name)
Constructor

Method Detail

toString

public java.lang.String toString()
gets the name of Parameter


hashCode

public int hashCode()
hashCode implementation



Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.