|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CommandIfc
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 |
|---|
java.lang.String getName()
java.util.Enumeration getParams()
boolean isUserDefined()
true if user defined, otherwise false.boolean isInternal()
true if internal, otherwise false.java.lang.String getClassName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||