public interface ArrayType extends Type
The following features are supported:
TypesPackage.getArrayType()
Modifier and Type | Method and Description |
---|---|
Type |
getArrayType()
Returns the value of the 'Array Type' reference.
|
ArrayValue |
getDefaultValue()
Returns the value of the 'Default Value' containment reference.
|
int |
getSize()
Returns the value of the 'Size' attribute.
|
void |
setArrayType(Type value)
Sets the value of the '
Array Type ' reference. |
void |
setDefaultValue(ArrayValue value)
Sets the value of the '
Default Value ' containment reference. |
void |
setSize(int value)
Sets the value of the '
Size ' attribute. |
extendsType, getDomainModel, getReferencedVariables, getSuperType, getVisualType, isAbstract, setAbstract, setDomainModel, setVisualType
getId, getName, getPath, getTags, setId, setName
isSynched, setSynched
int getSize()
If the meaning of the 'Size' attribute isn't clear, there really should be more of a description here...
setSize(int)
,
TypesPackage.getArrayType_Size()
void setSize(int value)
Size
' attribute.
value
- the new value of the 'Size' attribute.getSize()
Type getArrayType()
If the meaning of the 'Array Type' reference isn't clear, there really should be more of a description here...
setArrayType(Type)
,
TypesPackage.getArrayType_ArrayType()
void setArrayType(Type value)
Array Type
' reference.
value
- the new value of the 'Array Type' reference.getArrayType()
ArrayValue getDefaultValue()
If the meaning of the 'Default Value' containment reference list isn't clear, there really should be more of a description here...
getDefaultValue
in interface Type
setDefaultValue(ArrayValue)
,
TypesPackage.getArrayType_DefaultValue()
void setDefaultValue(ArrayValue value)
Default Value
' containment reference.
value
- the new value of the 'Default Value' containment reference.getDefaultValue()