|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Top-level parameter definition. Parameter could be scalar or complex type.
The following features are supported:
DesignPackage.getParameterDefinition()
Field Summary | |
static java.lang.String |
copyright
|
Method Summary | |
DataElementAttributes |
getAttributes()
Returns the value of the 'Attributes' containment reference. |
java.lang.String |
getDefaultScalarValue()
A convenience method to return this parameter's default input value. |
ParameterFields |
getFields()
Returns the value of the 'Fields' containment reference. |
ParameterMode |
getInOutMode()
Returns the value of the 'In Out Mode' attribute. |
InputParameterAttributes |
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 is defined to take input value. |
boolean |
isOutput()
Indicates whether this parameter is defined to have output value. |
boolean |
isScalar()
Indicates whether this is a scalar parameter. |
boolean |
isSetInOutMode()
Returns whether the value of the ' In Out Mode ' attribute is set. |
void |
setAttributes(DataElementAttributes value)
Sets the value of the ' Attributes ' containment reference. |
void |
setDefaultScalarValue(java.lang.String value)
A convenience method to set this parameter's default input value. |
void |
setFields(ParameterFields value)
Sets the value of the ' Fields ' containment reference. |
void |
setInOutMode(ParameterMode value)
Sets the value of the ' In Out Mode ' attribute. |
void |
setInputAttributes(InputParameterAttributes value)
Sets the value of the ' Input Attributes ' containment reference. |
void |
setOutputUsageHints(OutputElementAttributes value)
Sets the value of the ' Output Usage Hints ' containment reference. |
void |
unsetInOutMode()
Unsets the value of the ' In Out Mode ' attribute. |
Field Detail |
public static final java.lang.String copyright
Method Detail |
public boolean isInput()
getInOutMode()
public boolean isOutput()
getInOutMode()
public boolean isScalar()
getFields()
public java.lang.String getDefaultScalarValue()
setDefaultScalarValue(String)
,
DesignPackage.getInputElementAttributes_DefaultScalarValue()
public void setDefaultScalarValue(java.lang.String value)
value
- the new value of the parameter InputElementAttributes 'Default Scalar Value' attribute.getDefaultScalarValue()
,
DesignPackage.getInputElementAttributes_DefaultScalarValue()
public ParameterMode getInOutMode()
"In"
.
The literals are from the enumeration ParameterMode
.
ParameterMode
,
isSetInOutMode()
,
unsetInOutMode()
,
setInOutMode(ParameterMode)
,
DesignPackage.getParameterDefinition_InOutMode()
public void setInOutMode(ParameterMode value)
In Out Mode
' attribute.
value
- the new value of the 'In Out Mode' attribute.ParameterMode
,
isSetInOutMode()
,
unsetInOutMode()
,
getInOutMode()
public void unsetInOutMode()
In Out Mode
' attribute.
isSetInOutMode()
,
getInOutMode()
,
setInOutMode(ParameterMode)
public boolean isSetInOutMode()
In Out Mode
' attribute is set.
unsetInOutMode()
,
getInOutMode()
,
setInOutMode(ParameterMode)
public DataElementAttributes getAttributes()
setAttributes(DataElementAttributes)
,
DesignPackage.getParameterDefinition_Attributes()
public void setAttributes(DataElementAttributes value)
Attributes
' containment reference.
value
- the new value of the 'Attributes' containment reference.getAttributes()
public InputParameterAttributes getInputAttributes()
setInputAttributes(InputParameterAttributes)
,
DesignPackage.getParameterDefinition_InputAttributes()
public void setInputAttributes(InputParameterAttributes value)
Input Attributes
' containment reference.
value
- the new value of the 'Input Attributes' containment reference.getInputAttributes()
public OutputElementAttributes getOutputUsageHints()
setOutputUsageHints(OutputElementAttributes)
,
DesignPackage.getParameterDefinition_OutputUsageHints()
public void setOutputUsageHints(OutputElementAttributes value)
Output Usage Hints
' containment reference.
value
- the new value of the 'Output Usage Hints' containment reference.getOutputUsageHints()
public ParameterFields getFields()
setFields(ParameterFields)
,
DesignPackage.getParameterDefinition_Fields()
public void setFields(ParameterFields value)
Fields
' containment reference.
value
- the new value of the 'Fields' containment reference.getFields()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |