com.ptc.windchill.uwgm.common.pdm
Class SandBoxState.BasicState

java.lang.Object
  extended bycom.ptc.windchill.uwgm.common.pdm.SandBoxState.BasicState
Direct Known Subclasses:
SandBoxState.PdmCheckout, SandBoxState.Shared
Enclosing class:
SandBoxState

private abstract static class SandBoxState.BasicState
extends Object

Basic state. Wraps a string constant and redefines toString().


Field Summary
private  String name
           
 
Constructor Summary
private SandBoxState.BasicState(String name)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

private final String name
Constructor Detail

SandBoxState.BasicState

private SandBoxState.BasicState(String name)
Method Detail

toString

public String toString()