org.ucworkbench.model.testing
Interface Parameter

All Superinterfaces:
EUCObject, IUCElement

public interface Parameter
extends EUCObject

A representation of the model object 'Parameter'.

The following features are supported:

See Also:
TestingPackage.getParameter()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 Action getAction()
          Returns the value of the 'Action' container reference.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 Validation getValidation()
          Returns the value of the 'Validation' container reference.
 java.lang.String getValue()
          Returns the value of the 'Value' attribute.
 boolean isGenerated()
          Returns the value of the 'Generated' attribute.
 void setAction(Action value)
          Sets the value of the 'Action' container reference.
 void setGenerated(boolean value)
          Sets the value of the 'Generated' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setValidation(Validation value)
          Sets the value of the 'Validation' container reference.
 void setValue(java.lang.String value)
          Sets the value of the 'Value' attribute.
 
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

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), TestingPackage.getParameter_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getValue

java.lang.String getValue()
Returns the value of the 'Value' attribute.

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

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String), TestingPackage.getParameter_Value()

setValue

void setValue(java.lang.String value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()

getValidation

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

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

Returns:
the value of the 'Validation' container reference.
See Also:
setValidation(Validation), TestingPackage.getParameter_Validation(), Validation.getParameter()

setValidation

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

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

getAction

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

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

Returns:
the value of the 'Action' container reference.
See Also:
setAction(Action), TestingPackage.getParameter_Action(), Action.getParameter()

setAction

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

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

isGenerated

boolean isGenerated()
Returns the value of the 'Generated' attribute.

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

Returns:
the value of the 'Generated' attribute.
See Also:
setGenerated(boolean), TestingPackage.getParameter_Generated()

setGenerated

void setGenerated(boolean value)
Sets the value of the 'Generated' attribute.

Parameters:
value - the new value of the 'Generated' attribute.
See Also:
isGenerated()