de.cau.cs.kieler.krep.editors.klp.klp
Interface Label

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
LabelImpl

public interface Label
extends EObject

A representation of the model object 'Label'.

The following features are supported:

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

Method Summary
 int getAddr()
          Returns the value of the 'Addr' attribute.
 String getName()
          Returns the value of the 'Name' attribute.
 void setAddr(int value)
          Sets the value of the 'Addr' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getName

String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), KlpPackage.getLabel_Name()
Generated:
This code was automatically generated.
Model element

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated:
This code was automatically generated.

getAddr

int getAddr()
Returns the value of the 'Addr' attribute.

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

Returns:
the value of the 'Addr' attribute.
See Also:
setAddr(int), KlpPackage.getLabel_Addr()
Generated:
This code was automatically generated.
Model element

setAddr

void setAddr(int value)
Sets the value of the 'Addr' attribute.

Parameters:
value - the new value of the 'Addr' attribute.
See Also:
getAddr()
Generated:
This code was automatically generated.