|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Validation
A representation of the model object 'Validation'.
The following features are supported:
TestingPackage.getValidation()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute |
EList |
getParameter()
Returns the value of the 'Parameter' containment reference list. |
Step |
getStep()
Returns the value of the 'Step' container reference. |
void |
setDescription(java.lang.String value)
Sets the value of the ' Description '
attribute.
|
void |
setStep(Step value)
Sets the value of the ' Step '
container 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 |
---|
Step getStep()
Validation
'.
If the meaning of the 'Step' container reference isn't clear, there really should be more of a description here...
setStep(Step)
,
TestingPackage.getValidation_Step()
,
Step.getValidation()
void setStep(Step value)
Step
'
container reference.
value
- the new value of the 'Step' container reference.getStep()
java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
TestingPackage.getValidation_Description()
void setDescription(java.lang.String value)
Description
'
attribute.
value
- the new value of the 'Description' attribute.getDescription()
EList getParameter()
Parameter
. It is bidirectional and
its opposite is 'Validation
'.
If the meaning of the 'Parameter' containment reference list isn't clear, there really should be more of a description here...
TestingPackage.getValidation_Parameter()
,
Parameter.getValidation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |