public interface VisualType extends Type
The following features are supported:
TypesPackage.getVisualType()
Modifier and Type | Method and Description |
---|---|
VisualValue |
getDefaultValue()
Returns the value of the 'Default Value' containment reference.
|
void |
setDefaultValue(VisualValue 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
VisualValue 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(VisualValue)
,
TypesPackage.getVisualType_DefaultValue()
void setDefaultValue(VisualValue value)
Default Value
' containment reference.
value
- the new value of the 'Default Value' containment reference.getDefaultValue()