com.ptc.wgmecad.table
Class ValueCOStatus

java.lang.Object
  extended bycom.ptc.wgmecad.table.ValueIcon
      extended bycom.ptc.wgmecad.table.ValueCOStatus
All Implemented Interfaces:
ICellValue

public class ValueCOStatus
extends ValueIcon


Field Summary
private static ValueCOStatus CO
           
private static ValueCOStatus NCO
          ? Gets the default Windchill directory for the EPMdocument, or throws an exception if one isn't set.
 
Fields inherited from class com.ptc.wgmecad.table.ValueIcon
value
 
Constructor Summary
private ValueCOStatus(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
static String[] getValidValues()
           
 
Methods inherited from class com.ptc.wgmecad.table.ValueIcon
getValue, setValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NCO

private static final ValueCOStatus NCO
? Gets the default Windchill directory for the EPMdocument, or throws an exception if one isn't set.


CO

private static final ValueCOStatus CO
Constructor Detail

ValueCOStatus

private ValueCOStatus(String value)
Method Detail

getValidValues

public static String[] getValidValues()

equals

public boolean equals(Object obj)
Overrides:
equals in class ValueIcon