de.cau.cs.kieler.kiml.graphviz.dot
Interface AttributeStatement

All Superinterfaces:
EObject, Notifier, Statement
All Known Implementing Classes:
AttributeStatementImpl

public interface AttributeStatement
extends Statement

A representation of the model object 'Attribute Statement'.

The following features are supported:

See Also:
DotPackage.getAttributeStatement()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 AttributeList getAttributes()
          Returns the value of the 'Attributes' containment reference.
 AttributeType getType()
          Returns the value of the 'Type' attribute.
 void setAttributes(AttributeList value)
          Sets the value of the 'Attributes' containment reference.
 void setType(AttributeType value)
          Sets the value of the 'Type' attribute.
 
Methods inherited from interface de.cau.cs.kieler.kiml.graphviz.dot.Statement
getName, getValue, setName, setValue
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getType

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

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:
AttributeType, setType(AttributeType), DotPackage.getAttributeStatement_Type()
Generated:
This code was automatically generated.
Model element

setType

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

Parameters:
value - the new value of the 'Type' attribute.
See Also:
AttributeType, getType()
Generated:
This code was automatically generated.

getAttributes

AttributeList getAttributes()
Returns the value of the 'Attributes' containment reference.

If the meaning of the 'Attributes' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Attributes' containment reference.
See Also:
setAttributes(AttributeList), DotPackage.getAttributeStatement_Attributes()
Generated:
This code was automatically generated.
Model element:
containment=true

setAttributes

void setAttributes(AttributeList value)
Sets the value of the 'Attributes' containment reference.

Parameters:
value - the new value of the 'Attributes' containment reference.
See Also:
getAttributes()
Generated:
This code was automatically generated.