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 57040 2010-01-27 20:52:32Z cxh $
Author:
Gang Zhou
Accepted Rating:
Red (cxh)
Proposed Rating:
Yellow (zgang)

Field Summary
private  java.lang.String _status
          String representation of this object.
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.
 
Constructor Summary
private ActorEnablingStatus(java.lang.String status)
          A private constructor.
 
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.


_status

private java.lang.String _status
String representation of this object.

Constructor Detail

ActorEnablingStatus

private ActorEnablingStatus(java.lang.String status)
A private constructor.

Parameters:
status - The string representation of this object.
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.