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