InputArgument

Undocumented in source.

Constructors

this
this(string name)
Undocumented in source.
this
this(string name, int mode)
Undocumented in source.
this
this(string name, int mode, string description)
Undocumented in source.
this
this(string name, int mode, string description, string defaultValue)
Undocumented in source.

Members

Functions

getDefaultValue
string getDefaultValue()
Undocumented in source. Be warned that the author may not have intended to support it.
getDescription
string getDescription()
Undocumented in source. Be warned that the author may not have intended to support it.
getName
string getName()
Undocumented in source. Be warned that the author may not have intended to support it.
isArray
bool isArray()
Undocumented in source. Be warned that the author may not have intended to support it.
isRequired
bool isRequired()
Undocumented in source. Be warned that the author may not have intended to support it.
setDefaultValue
void setDefaultValue(string defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

IS_ARRAY
int IS_ARRAY;
Undocumented in source.
OPTIONAL
int OPTIONAL;
Undocumented in source.
REQUIRED
int REQUIRED;
Undocumented in source.

Meta