public interface CommandIfc
Modifier and Type | Method and Description |
---|---|
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.
|
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()