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.
|
boolean |
isReadable() |
boolean |
isWritable() |
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, getProperties, setArchiveSelector, setCustomizationPipeline, setLevel
getShortDescription, setShortDescription
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
getMasterOn
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()
boolean isReadable()
If the meaning of the 'Readable' attribute isn't clear, there really should be more of a description here...
boolean isWritable()
If the meaning of the 'Writable' attribute isn't clear, there really should be more of a description here...