Package | Description |
---|---|
com | |
enums |
Modifier and Type | Method and Description |
---|---|
void |
AjwipGlobal.msgCon(java.lang.Object c,
java.lang.String msg,
MsgTypes msgType) |
void |
Ajwip.msgCon(java.lang.Object c,
java.lang.String msg,
MsgTypes msgType)
Write msg to remote AjwipDebug console.
|
Modifier and Type | Method and Description |
---|---|
static MsgTypes |
MsgTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MsgTypes[] |
MsgTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|