org.ucworkbench.model.testing
Interface Validation

All Superinterfaces:
EUCObject, IUCElement

public interface Validation
extends EUCObject

A representation of the model object 'Validation'.

The following features are supported:

See Also:
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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getStep

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

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

Returns:
the value of the 'Step' container reference.
See Also:
setStep(Step), TestingPackage.getValidation_Step(), Step.getValidation()

setStep

void setStep(Step value)
Sets the value of the 'Step' container reference.

Parameters:
value - the new value of the 'Step' container reference.
See Also:
getStep()

getDescription

java.lang.String getDescription()
Returns the value of the 'Description' attribute.

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

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), TestingPackage.getValidation_Description()

setDescription

void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()

getParameter

EList getParameter()
Returns the value of the 'Parameter' containment reference list. The list contents are of type 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...

Returns:
the value of the 'Parameter' containment reference list.
See Also:
TestingPackage.getValidation_Parameter(), Parameter.getValidation()