public interface DynamicsType extends Type
The following features are supported:
TypesPackage.getDynamicsType()
Modifier and Type | Method and Description |
---|---|
Dynamics |
getDefaultValue()
Returns the value of the 'Default Value' containment reference.
|
void |
setDefaultValue(Dynamics 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
Dynamics getDefaultValue()
If the meaning of the 'Default Value' reference isn't clear, there really should be more of a description here...
getDefaultValue
in interface Type
setDefaultValue(Dynamics)
,
TypesPackage.getDynamicsType_DefaultValue()
void setDefaultValue(Dynamics value)
Default Value
' containment reference.
value
- the new value of the 'Default Value' containment reference.getDefaultValue()