com.ptc.wgmecad
Class DesignAll.GridValue

java.lang.Object
  extended bycom.ptc.wgmecad.DesignAll.GridValue
Enclosing class:
DesignAll

public class DesignAll.GridValue
extends Object


Field Summary
static int BRDLOCATION
           
static int CAB
           
static int COSTATUS
           
static int CRBY
           
 DesignAll design
           
 int displayType
           
static int EPMDOC_DESC
           
static int EPMDOC_NAME
           
static int EPMDOC_NUM
           
static int EPMDOC_REV
           
static int MODBY
           
static int MODDATE
           
static int PROJ
           
static int SCHLOCATION
           
 
Constructor Summary
DesignAll.GridValue(DesignAll design, int displayType)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COSTATUS

public static final int COSTATUS
See Also:
Constant Field Values

EPMDOC_NUM

public static final int EPMDOC_NUM
See Also:
Constant Field Values

EPMDOC_REV

public static final int EPMDOC_REV
See Also:
Constant Field Values

EPMDOC_NAME

public static final int EPMDOC_NAME
See Also:
Constant Field Values

EPMDOC_DESC

public static final int EPMDOC_DESC
See Also:
Constant Field Values

PROJ

public static final int PROJ
See Also:
Constant Field Values

CAB

public static final int CAB
See Also:
Constant Field Values

CRBY

public static final int CRBY
See Also:
Constant Field Values

MODBY

public static final int MODBY
See Also:
Constant Field Values

MODDATE

public static final int MODDATE
See Also:
Constant Field Values

SCHLOCATION

public static final int SCHLOCATION
See Also:
Constant Field Values

BRDLOCATION

public static final int BRDLOCATION
See Also:
Constant Field Values

design

public DesignAll design

displayType

public int displayType
Constructor Detail

DesignAll.GridValue

public DesignAll.GridValue(DesignAll design,
                           int displayType)
Method Detail

toString

public String toString()