public interface OutputSpecification
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
DataType |
getDataType()
Returns the value of the 'Data Type' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
void |
setDataType(DataType value)
Sets the value of the '
Data Type' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
ComponentPackage.getOutputSpecification_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()DataType getDataType()
"VARIANT".
The literals are from the enumeration DataType.
If the meaning of the 'Data Type' attribute isn't clear, there really should be more of a description here...
DataType,
setDataType(DataType),
ComponentPackage.getOutputSpecification_DataType()void setDataType(DataType value)
Data Type' attribute.
value - the new value of the 'Data Type' attribute.DataType,
getDataType()