public interface CaptureOutput
extends org.eclipse.emf.ecore.EObject
The following features are supported:
RecipePackage.getCaptureOutput()| Modifier and Type | Method and Description |
|---|---|
String |
getContextName()
Returns the value of the 'Context Name' attribute.
|
String |
getLocalName()
Returns the value of the 'Local Name' attribute.
|
void |
setContextName(String value)
Sets the value of the '
Context Name' attribute. |
void |
setLocalName(String value)
Sets the value of the '
Local Name' attribute. |
String getLocalName()
If the meaning of the 'Local Name' attribute isn't clear, there really should be more of a description here...
setLocalName(String),
RecipePackage.getCaptureOutput_LocalName()void setLocalName(String value)
Local Name' attribute.
value - the new value of the 'Local Name' attribute.getLocalName()String getContextName()
If the meaning of the 'Context Name' attribute isn't clear, there really should be more of a description here...
setContextName(String),
RecipePackage.getCaptureOutput_ContextName()void setContextName(String value)
Context Name' attribute.
value - the new value of the 'Context Name' attribute.getContextName()