|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.subsystems.qsys.commands.QSYSParameterToken
public class QSYSParameterToken
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 | |
---|---|
QSYSParameterToken(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 QSYSParameterToken(String paramToken)
Method Detail |
---|
public String getValue()
public String getKeyword()
public String getCompleteToken()
public boolean isEnclosedWithBrackets()
public boolean isProtected()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |