ptolemy.domains.ddf.kernel
Class ActorEnablingStatus

java.lang.Object
  extended by ptolemy.domains.ddf.kernel.ActorEnablingStatus

public final class ActorEnablingStatus
extends java.lang.Object

A type-safe enumeration of actor enabling status.

Since:
Ptolemy II 5.0
Version:
$Id: ActorEnablingStatus.java,v 1.5 2005/07/08 19:58:12 cxh Exp $
Author:
Gang Zhou
Accepted Rating:
Red (cxh)
Proposed Rating:
Yellow (zgang)

Field Summary
static ActorEnablingStatus ENABLED_DEFERRABLE
          This final static member indicates an actor is enabled but deferrable.
static ActorEnablingStatus ENABLED_NOT_DEFERRABLE
          This final static member indicates an actor is enabled and not deferrable.
static ActorEnablingStatus NOT_ENABLED
          This final static member indicates an actor is not enabled.
 
Method Summary
 java.lang.String toString()
          Return the string representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ENABLED_DEFERRABLE

public static final ActorEnablingStatus ENABLED_DEFERRABLE
This final static member indicates an actor is enabled but deferrable.


ENABLED_NOT_DEFERRABLE

public static final ActorEnablingStatus ENABLED_NOT_DEFERRABLE
This final static member indicates an actor is enabled and not deferrable.


NOT_ENABLED

public static final ActorEnablingStatus NOT_ENABLED
This final static member indicates an actor is not enabled.

Method Detail

toString

public java.lang.String toString()
Return the string representation of this object.

Overrides:
toString in class java.lang.Object
Returns:
the string representation of this object.