|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Parameter
A representation of the model object 'Parameter'.
The following features are supported:
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 |
---|
static final java.lang.String copyright
Method Detail |
---|
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
TestingPackage.getParameter_Name()
void setName(java.lang.String value)
Name
'
attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.String getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(String)
,
TestingPackage.getParameter_Value()
void setValue(java.lang.String value)
Value
'
attribute.
value
- the new value of the 'Value' attribute.getValue()
Validation getValidation()
Parameter
'.
If the meaning of the 'Validation' container reference isn't clear, there really should be more of a description here...
setValidation(Validation)
,
TestingPackage.getParameter_Validation()
,
Validation.getParameter()
void setValidation(Validation value)
Validation
'
container reference.
value
- the new value of the 'Validation' container
reference.getValidation()
Action getAction()
Parameter
'.
If the meaning of the 'Action' container reference isn't clear, there really should be more of a description here...
setAction(Action)
,
TestingPackage.getParameter_Action()
,
Action.getParameter()
void setAction(Action value)
Action
'
container reference.
value
- the new value of the 'Action' container
reference.getAction()
boolean isGenerated()
If the meaning of the 'Generated' attribute isn't clear, there really should be more of a description here...
setGenerated(boolean)
,
TestingPackage.getParameter_Generated()
void setGenerated(boolean value)
Generated
'
attribute.
value
- the new value of the 'Generated' attribute.isGenerated()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |