Package fr.esrf.tango.pogo.pogoDsl
Interface ForwardedAttribute
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ForwardedAttributeImpl
public interface ForwardedAttribute extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Forwarded Attribute'.The following features are supported:
- See Also:
PogoDslPackage.getForwardedAttribute()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetLabel()Returns the value of the 'Label' attribute.java.lang.StringgetName()Returns the value of the 'Name' attribute.InheritanceStatusgetStatus()Returns the value of the 'Status' containment reference.voidsetLabel(java.lang.String value)Sets the value of the 'Label' attribute.voidsetName(java.lang.String value)Sets the value of the 'Name' attribute.voidsetStatus(InheritanceStatus value)Sets the value of the 'Status' containment reference.
-
-
-
Method Detail
-
getName
java.lang.String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),PogoDslPackage.getForwardedAttribute_Name()
-
setName
void setName(java.lang.String value)
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
getName()
-
getLabel
java.lang.String getLabel()
Returns the value of the 'Label' attribute.- Returns:
- the value of the 'Label' attribute.
- See Also:
setLabel(String),PogoDslPackage.getForwardedAttribute_Label()
-
setLabel
void setLabel(java.lang.String value)
Sets the value of the 'Label' attribute.- Parameters:
value- the new value of the 'Label' attribute.- See Also:
getLabel()
-
getStatus
InheritanceStatus getStatus()
Returns the value of the 'Status' containment reference.- Returns:
- the value of the 'Status' containment reference.
- See Also:
setStatus(InheritanceStatus),PogoDslPackage.getForwardedAttribute_Status()
-
setStatus
void setStatus(InheritanceStatus value)
Sets the value of the 'Status' containment reference.- Parameters:
value- the new value of the 'Status' containment reference.- See Also:
getStatus()
-
-