Interface SEFFSetAction
-
- All Superinterfaces:
EObject
,Notifier
,SEFFActionContainer
,SEFFContent
- All Known Implementing Classes:
SEFFSetActionImpl
public interface SEFFSetAction extends SEFFActionContainer
A representation of the model object 'SEFF Set Action'.The following features are supported:
- See Also:
LanguagePackage.getSEFFSetAction()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getTarget()
Returns the value of the 'Target' attribute.String
getValue()
Returns the value of the 'Value' attribute.void
setTarget(String value)
Sets the value of the 'Target
' attribute.void
setValue(String value)
Sets the value of the 'Value
' 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
-
getTarget
String getTarget()
Returns the value of the 'Target' attribute.- Returns:
- the value of the 'Target' attribute.
- See Also:
setTarget(String)
,LanguagePackage.getSEFFSetAction_Target()
- Generated class or method.
- EMF model class or method.
-
setTarget
void setTarget(String value)
Sets the value of the 'Target
' attribute.- Parameters:
value
- the new value of the 'Target' attribute.- See Also:
getTarget()
- Generated class or method.
-
getValue
String getValue()
Returns the value of the 'Value' attribute.- Returns:
- the value of the 'Value' attribute.
- See Also:
setValue(String)
,LanguagePackage.getSEFFSetAction_Value()
- Generated class or method.
- EMF model class or method.
-
setValue
void setValue(String value)
Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
getValue()
- Generated class or method.
-
-