|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectptolemy.domains.ddf.kernel.ActorEnablingStatus
public final class ActorEnablingStatus
A type-safe enumeration of actor enabling status.
| Red (cxh) |
| 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 |
|---|
public static final ActorEnablingStatus ENABLED_DEFERRABLE
public static final ActorEnablingStatus ENABLED_NOT_DEFERRABLE
public static final ActorEnablingStatus NOT_ENABLED
private java.lang.String _status
| Constructor Detail |
|---|
private ActorEnablingStatus(java.lang.String status)
status - The string representation of this object.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||