|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Step
A representation of the model object 'Step'.
The following features are supported:
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 |
---|
static final java.lang.String copyright
Method Detail |
---|
java.lang.String getStepUUID()
If the meaning of the 'Step UUID' attribute isn't clear, there really should be more of a description here...
setStepUUID(String)
,
TestingPackage.getStep_StepUUID()
void setStepUUID(java.lang.String value)
Step UUID
'
attribute.
value
- the new value of the 'Step UUID' attribute.getStepUUID()
Activity getActivity()
Step
'.
If the meaning of the 'Activity' container reference isn't clear, there really should be more of a description here...
setActivity(Activity)
,
TestingPackage.getStep_Activity()
,
Activity.getStep()
void setActivity(Activity value)
Activity
'
container reference.
value
- the new value of the 'Activity' container
reference.getActivity()
Validation getValidation()
Step
'.
If the meaning of the 'Validation' containment reference isn't clear, there really should be more of a description here...
setValidation(Validation)
,
TestingPackage.getStep_Validation()
,
Validation.getStep()
void setValidation(Validation value)
Validation
'
containment reference.
value
- the new value of the 'Validation' containment
reference.getValidation()
Action getAction()
Step
'.
If the meaning of the 'Action' containment reference isn't clear, there really should be more of a description here...
setAction(Action)
,
TestingPackage.getStep_Action()
,
Action.getStep()
void setAction(Action value)
Action
'
containment reference.
value
- the new value of the 'Action' containment
reference.getAction()
java.lang.String getUcID()
If the meaning of the 'Uc ID' attribute isn't clear, there really should be more of a description here...
setUcID(String)
,
TestingPackage.getStep_UcID()
void setUcID(java.lang.String value)
Uc ID
'
attribute.
value
- the new value of the 'Uc ID' attribute.getUcID()
IStep getUCStep()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |