|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This is the Command interface.
| Method Summary | |
java.lang.String |
getClassName()
Gets the command class name. |
java.lang.String |
getName()
Gets the name of the command. |
java.util.Enumeration |
getParams()
Gets the command parameters. |
boolean |
isInternal()
Indicates if this is an internal SWATH command or not. |
boolean |
isUserDefined()
Indicates if this command is user defined or not. |
| Method Detail |
public java.lang.String getName()
public java.util.Enumeration getParams()
public boolean isUserDefined()
true if user defined, otherwise false.public boolean isInternal()
true if internal, otherwise false.public java.lang.String getClassName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||