|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.iseries.core.ISeriesParameterToken
Help class to contain the information of a parameter to be used when adding the adding the command line parameters to the command
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
ISeriesParameterToken(String paramToken)
|
Method Summary | |
---|---|
String |
getCompleteToken()
Return the complete parameter |
String |
getKeyword()
Return the keyword specified in the parameter |
String |
getValue()
Return the value specified in the parameter |
boolean |
isEnclosedWithBrackets()
Return if the parameter is enclosed with brackets. |
boolean |
isProtected()
Return if the parameter is specified as proctected i.e. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String Copyright
Constructor Detail |
public ISeriesParameterToken(String paramToken)
Method Detail |
public String getValue()
public String getKeyword()
public String getCompleteToken()
public boolean isEnclosedWithBrackets()
public boolean isProtected()
|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |