|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openquark.gems.client.Argument.Status
public static final class Argument.Status
Argument status enum pattern. Creation date: (Aug 14, 2002 12:29:16 PM)
| Field Summary | |
|---|---|
static Argument.Status |
BURNT
This argument is burnt. |
static Argument.Status |
CONNECTED
This argument is connected. |
static Argument.Status |
CONNECTED_UNUSED
This argument is connected, but is unused (eg. if it doesn't appear in code gem text). |
static Argument.Status |
NATURAL
This argument is unconnected, unburnt. |
static Argument.Status |
TYPE_CLASH
This argument has a connection causing a type clash. |
static Argument.Status |
TYPE_UNDEFINED
This argument's type is undefined. |
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Argument.Status NATURAL
public static final Argument.Status TYPE_UNDEFINED
public static final Argument.Status BURNT
public static final Argument.Status CONNECTED
public static final Argument.Status CONNECTED_UNUSED
public static final Argument.Status TYPE_CLASH
| Method Detail |
|---|
public String toString()
toString in class Object
|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||