|
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.Objectcom.ibm.etools.iseries.remotebuild.CLValue
public abstract class CLValue
A CLValue in an abstract class that supplies some of the default behavior used for values of CLParameters.
| Field Summary | |
|---|---|
static String |
Copyright
|
| Constructor Summary | |
|---|---|
CLValue()
|
|
| Method Summary | |
|---|---|
protected boolean |
contains(CLValue value)
Returns true if and only if the value is contained in any list owned by this value. |
abstract String |
toString()
Returns the value as a string ready to be inserted into a command. |
| 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 CLValue()
| Method Detail |
|---|
protected boolean contains(CLValue value)
Used to detect cycles during the construction of parameters.
The default implementation returns false.
public abstract String toString()
Subclasses must implement.
toString in class Object
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||