org.ucworkbench.model.testing
Interface Step

All Superinterfaces:
EUCObject, IUCElement

public interface Step
extends EUCObject

A representation of the model object 'Step'.

The following features are supported:

See Also:
TestingPackage.getStep()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 Action getAction()
          Returns the value of the 'Action' containment reference.
 Activity getActivity()
          Returns the value of the 'Activity' container reference.
 java.lang.String getStepUUID()
          Returns the value of the 'Step UUID' attribute.
 java.lang.String getUcID()
          Returns the value of the 'Uc ID' attribute.
 IStep getUCStep()
           
 Validation getValidation()
          Returns the value of the 'Validation' containment reference.
 void setAction(Action value)
          Sets the value of the 'Action' containment reference.
 void setActivity(Activity value)
          Sets the value of the 'Activity' container reference.
 void setStepUUID(java.lang.String value)
          Sets the value of the 'Step UUID' attribute.
 void setUcID(java.lang.String value)
          Sets the value of the 'Uc ID' attribute.
 void setValidation(Validation value)
          Sets the value of the 'Validation' containment reference.
 
Methods inherited from interface org.ucworkbench.model.IUCElement
accept, childrenAccept, exists, getAncestor, getChildren, getCorrespondingResource, getElementName, getElementType, getParent, getPath, getUCProject, getUnderlyingResource
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getStepUUID

java.lang.String getStepUUID()
Returns the value of the 'Step UUID' attribute.

If the meaning of the 'Step UUID' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Step UUID' attribute.
See Also:
setStepUUID(String), TestingPackage.getStep_StepUUID()

setStepUUID

void setStepUUID(java.lang.String value)
Sets the value of the 'Step UUID' attribute.

Parameters:
value - the new value of the 'Step UUID' attribute.
See Also:
getStepUUID()

getActivity

Activity getActivity()
Returns the value of the 'Activity' container reference. It is bidirectional and its opposite is 'Step'.

If the meaning of the 'Activity' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Activity' container reference.
See Also:
setActivity(Activity), TestingPackage.getStep_Activity(), Activity.getStep()

setActivity

void setActivity(Activity value)
Sets the value of the 'Activity' container reference.

Parameters:
value - the new value of the 'Activity' container reference.
See Also:
getActivity()

getValidation

Validation getValidation()
Returns the value of the 'Validation' containment reference. It is bidirectional and its opposite is 'Step'.

If the meaning of the 'Validation' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Validation' containment reference.
See Also:
setValidation(Validation), TestingPackage.getStep_Validation(), Validation.getStep()

setValidation

void setValidation(Validation value)
Sets the value of the 'Validation' containment reference.

Parameters:
value - the new value of the 'Validation' containment reference.
See Also:
getValidation()

getAction

Action getAction()
Returns the value of the 'Action' containment reference. It is bidirectional and its opposite is 'Step'.

If the meaning of the 'Action' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Action' containment reference.
See Also:
setAction(Action), TestingPackage.getStep_Action(), Action.getStep()

setAction

void setAction(Action value)
Sets the value of the 'Action' containment reference.

Parameters:
value - the new value of the 'Action' containment reference.
See Also:
getAction()

getUcID

java.lang.String getUcID()
Returns the value of the 'Uc ID' attribute.

If the meaning of the 'Uc ID' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Uc ID' attribute.
See Also:
setUcID(String), TestingPackage.getStep_UcID()

setUcID

void setUcID(java.lang.String value)
Sets the value of the 'Uc ID' attribute.

Parameters:
value - the new value of the 'Uc ID' attribute.
See Also:
getUcID()

getUCStep

IStep getUCStep()