|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectthings.common.commands.CommandParameter
public class CommandParameter
A parameter definition for command parameters.
Version History
EPG - Initial - 10 AUG 06
Field Summary | |
---|---|
java.lang.String |
message
Message associated with the parameter. |
java.lang.String |
name
Name of the parameter. |
boolean |
required
Is the parameter required? |
CommandLine.PARAMETER_TYPES |
type
Type of parameter. |
Constructor Summary | |
---|---|
CommandParameter(CommandLine.PARAMETER_TYPES theType,
java.lang.String theName,
java.lang.String theMessage,
boolean isRequired)
The only constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public CommandLine.PARAMETER_TYPES type
public java.lang.String name
public java.lang.String message
public boolean required
Constructor Detail |
---|
public CommandParameter(CommandLine.PARAMETER_TYPES theType, java.lang.String theName, java.lang.String theMessage, boolean isRequired)
theType
- theName
- theMessage
- isRequired
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |