org.eclipse.gmt.modisco.omg.kdm.code
Interface SetType
- All Superinterfaces:
- AbstractCodeElement, CodeItem, Datatype, DerivedType, Element, KDMEntity, ModelElement
public interface SetType
- extends DerivedType
A representation of the model object 'Set Type'.
The following features are supported:
- See Also:
CodePackage.getSetType()- Generated:
- Model:
|
Method Summary |
java.lang.Integer |
getSize()
Returns the value of the 'Size' attribute. |
void |
setSize(java.lang.Integer value)
Sets the value of the 'Size' attribute. |
| Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.KDMEntity |
createAggregation, deleteAggregation, getGroup, getGroupedElement, getInAggregated, getInbound, getModel, getName, getOutAggregated, getOutbound, getOwnedElement, getOwnedRelation, getOwner, setName |
getSize
java.lang.Integer getSize()
- Returns the value of the 'Size' attribute.
If the meaning of the 'Size' attribute isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Size' attribute.
- See Also:
setSize(Integer),
CodePackage.getSetType_Size()- Generated:
- Model:
- dataType="org.eclipse.gmt.modisco.omg.kdm.core.Integer"
setSize
void setSize(java.lang.Integer value)
- Sets the value of the '
Size' attribute.
- Parameters:
value - the new value of the 'Size' attribute.- See Also:
getSize()- Generated: