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

java.lang.Object
  extended bycom.ptc.windchill.uwgm.common.pdm.SandBoxState.BasicState
      extended bycom.ptc.windchill.uwgm.common.pdm.SandBoxState.Shared
Enclosing class:
SandBoxState

public static final class SandBoxState.Shared
extends SandBoxState.BasicState

Enumeration for "shared" state.


Field Summary
static SandBoxState.Shared FROM
          Shared from given PDM container
static SandBoxState.Shared NO
          Not shared
static SandBoxState.Shared TO
          Shared to the given project
static SandBoxState.Shared UNKNOWN
          Undefined yet:
 
Constructor Summary
private SandBoxState.Shared(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

UNKNOWN

public static final SandBoxState.Shared UNKNOWN
Undefined yet:


NO

public static final SandBoxState.Shared NO
Not shared


FROM

public static final SandBoxState.Shared FROM
Shared from given PDM container


TO

public static final SandBoxState.Shared TO
Shared to the given project

Constructor Detail

SandBoxState.Shared

private SandBoxState.Shared(String name)
Method Detail

toString

public String toString()