|
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.remotebuild.CLParameter
public class CLParameter
A CLParameter is a keyword and a list of values. Parameters are added to commands.
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
CLParameter(String name)
CLParameter constructor. |
Method Summary | |
---|---|
CLParameter |
add(CLValue value)
Adds a new value to a parameter. |
boolean |
contains(CLValue child)
Tests the the value is already a part of this argument or its children. |
String |
getName()
Returns the name for this parameter. |
boolean |
isNamed(String name)
Returns true if and only if this parameter is named by the string. |
String |
toString()
Returns a printable representation of this parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String Copyright
Constructor Detail |
---|
public CLParameter(String name)
Method Detail |
---|
public CLParameter add(CLValue value)
public String getName()
public boolean isNamed(String name)
public String toString()
toString
in class Object
public boolean contains(CLValue child)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |