|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The definition of each field in a complex parameter. A parameter field is of scalar type.
The following features are supported:
DesignPackage.getParameterFieldDefinition()
Field Summary | |
static java.lang.String |
copyright
|
Method Summary | |
DataElementAttributes |
getAttributes()
Returns the value of the 'Attributes' containment reference. |
InputElementAttributes |
getInputAttributes()
Returns the value of the 'Input Attributes' containment reference. |
OutputElementAttributes |
getOutputUsageHints()
Returns the value of the 'Output Usage Hints' containment reference. |
boolean |
isInput()
Indicates whether this parameter field is part of a complex input parameter. |
boolean |
isOutput()
Indicates whether this parameter field is part of a complex output parameter. |
void |
setAttributes(DataElementAttributes value)
Sets the value of the ' Attributes ' containment reference. |
void |
setInputAttributes(InputElementAttributes value)
Sets the value of the ' Input Attributes ' containment reference. |
void |
setOutputUsageHints(OutputElementAttributes value)
Sets the value of the ' Output Usage Hints ' containment reference. |
Field Detail |
public static final java.lang.String copyright
Method Detail |
public boolean isInput()
public boolean isOutput()
public DataElementAttributes getAttributes()
setAttributes(DataElementAttributes)
,
DesignPackage.getParameterFieldDefinition_Attributes()
public void setAttributes(DataElementAttributes value)
Attributes
' containment reference.
value
- the new value of the 'Attributes' containment reference.getAttributes()
public InputElementAttributes getInputAttributes()
setInputAttributes(InputElementAttributes)
,
DesignPackage.getParameterFieldDefinition_InputAttributes()
public void setInputAttributes(InputElementAttributes value)
Input Attributes
' containment reference.
value
- the new value of the 'Input Attributes' containment reference.getInputAttributes()
public OutputElementAttributes getOutputUsageHints()
setOutputUsageHints(OutputElementAttributes)
,
DesignPackage.getParameterFieldDefinition_OutputUsageHints()
public void setOutputUsageHints(OutputElementAttributes value)
Output Usage Hints
' containment reference.
value
- the new value of the 'Output Usage Hints' containment reference.getOutputUsageHints()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |