de.uka.ipd.sdq.featuremodel
Interface Attribute

All Superinterfaces:
NamedElement
All Known Implementing Classes:
AttributeImpl

public interface Attribute
extends NamedElement

A representation of the model object 'Attribute'.

The following features are supported:

See Also:
featuremodelPackage.getAttribute()

Method Summary
 AttributeTypes getType()
          Returns the value of the 'Type' attribute.
 void setType(AttributeTypes value)
          Sets the value of the 'Type' attribute.
 
Methods inherited from interface de.uka.ipd.sdq.featuremodel.NamedElement
getName, setName
 

Method Detail

getType

AttributeTypes getType()
Returns the value of the 'Type' attribute. The literals are from the enumeration AttributeTypes.

If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type' attribute.
See Also:
AttributeTypes, setType(AttributeTypes), featuremodelPackage.getAttribute_Type()

setType

void setType(AttributeTypes value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
AttributeTypes, getType()