public interface SingleValue extends MasterComponent
The following features are supported:
ComponentPackage.getSingleValue()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<String> |
getCustomizationTags()
Returns the value of the 'Customization Tags' attribute list.
|
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. |
getMasterOn
getArchiveSelector, getCustomizationPipeline, getLevel, setArchiveSelector, setCustomizationPipeline, setLevel
getShortDescription, setShortDescription
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
ComponentPackage.getSingleValue_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
DataType getDataType()
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.getSingleValue_DataType()
void setDataType(DataType value)
Data Type
' attribute.
value
- the new value of the 'Data Type' attribute.DataType
,
getDataType()
org.eclipse.emf.common.util.EList<String> getCustomizationTags()
String
.
If the meaning of the 'Customization Tags' attribute list isn't clear, there really should be more of a description here...
ComponentPackage.getSingleValue_CustomizationTags()