|
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.CLValue com.ibm.etools.iseries.remotebuild.CLList
public class CLList
Many CL Commands have parameters that contain lists of values. This class builds those kinds of lists. These lists are used as values of a parameter or as an element of a parameter list. Each object is either a String or another CLValue.
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
CLList()
|
Method Summary | |
---|---|
CLList |
add(CLValue value)
Adds a CLValue value to the contents of this list. |
CLList |
addAll(List values)
Appends a List to the contents of this list. |
protected boolean |
contains(CLValue child)
Returns true if and only if this list contains the argument at any depth (including 0). |
String |
toString()
Returns a string representation of this list. |
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 CLList()
Method Detail |
---|
public CLList addAll(List values)
public CLList add(CLValue value)
IllegalArgumentException
- if the value being
added is already in the list or any of its
children.protected boolean contains(CLValue child)
contains
in class CLValue
public String toString()
toString
in class CLValue
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |