public interface ConnectionType extends Type
The following features are supported:
TypesPackage.getConnectionType()
Modifier and Type | Method and Description |
---|---|
Composite |
getDefaultValue()
Returns the value of the 'Default Value' containment reference.
|
<any> |
getVariables()
Returns the value of the 'Variables' containment reference list.
|
void |
setDefaultValue(Composite value)
Sets the value of the '
Default Value ' containment reference. |
extendsType, getDomainModel, getReferencedVariables, getSuperType, getVisualType, isAbstract, setAbstract, setDomainModel, setVisualType
getId, getName, getPath, getTags, setId, setName
isSynched, setSynched
<any> getVariables()
Variable
.
If the meaning of the 'Variables' containment reference list isn't clear, there really should be more of a description here...
TypesPackage.getConnectionType_Variables()
Composite getDefaultValue()
If the meaning of the 'Default Value' containment reference isn't clear, there really should be more of a description here...
getDefaultValue
in interface Type
setDefaultValue(Composite)
,
TypesPackage.getConnectionType_DefaultValue()
void setDefaultValue(Composite value)
Default Value
' containment reference.
value
- the new value of the 'Default Value' containment reference.getDefaultValue()