|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.org.ogsadai.client.toolkit.activity.ActivityOutputParameterImpl
Represents details of an activity output parameter.
Each activity can have a number of inputs and outputs. Outputs can be connected to the inputs of other activities.
Implements both the internally and externally visible interfaces to an activity output parameter. The internal view includes various setter methods that are excluded from the external view.
Field Summary | |
private static java.lang.String |
COPYRIGHT_NOTICE
Copyright statement |
private java.lang.String |
mName
Activity output parameter name |
private ActivityOutput |
mOutput
Activity output |
Constructor Summary | |
(package private) |
ActivityOutputParameterImpl(java.lang.String parameterName)
Constructs an activity output parameter with the specified name. |
Method Summary | |
java.lang.String |
getName()
Gets the name of the output parameter. |
ActivityOutput |
getOutput()
Gets the activity output associated with this output parameter. |
java.lang.String |
toString()
Returns a brief description of this activity output parameter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final java.lang.String COPYRIGHT_NOTICE
private java.lang.String mName
private ActivityOutput mOutput
Constructor Detail |
ActivityOutputParameterImpl(java.lang.String parameterName)
parameterName
- Name of activity output parameter - purely a label
that can be used when listing the output parameters.Method Detail |
public java.lang.String getName()
ActivityOutputParameter
This name has no real internal purpose. It is intended purely as a label that can be attached to the output if the outputs are to be displayed to the user.
getName
in interface ActivityOutputParameter
public ActivityOutput getOutput()
ActivityOutputParameter
getOutput
in interface ActivityOutputParameter
public java.lang.String toString()
ActivityOutputParameter
[ActivityOutputParameter: name = 'resultSet' output = 'f6373a5f']
toString
in interface ActivityOutputParameter
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |