Interface EnvironmentMapping
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,org.eclipse.xtext.xbase.XExpression
- All Known Implementing Classes:
EnvironmentMappingImpl
public interface EnvironmentMapping extends org.eclipse.xtext.xbase.XExpressionA representation of the model object 'Environment Mapping'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.xtext.xbase.XExpressiongetKey()Returns the value of the 'Key' containment reference.org.eclipse.xtext.xbase.XExpressiongetValue()Returns the value of the 'Value' containment reference.voidsetKey(org.eclipse.xtext.xbase.XExpression value)Sets the value of the 'Key' containment reference.voidsetValue(org.eclipse.xtext.xbase.XExpression value)Sets the value of the 'Value' containment reference.
-
-
-
Method Detail
-
getKey
org.eclipse.xtext.xbase.XExpression getKey()
Returns the value of the 'Key' containment reference.- Returns:
- the value of the 'Key' containment reference.
- See Also:
setKey(XExpression),XsemanticsPackage.getEnvironmentMapping_Key()
-
setKey
void setKey(org.eclipse.xtext.xbase.XExpression value)
Sets the value of the 'Key' containment reference.- Parameters:
value- the new value of the 'Key' containment reference.- See Also:
getKey()
-
getValue
org.eclipse.xtext.xbase.XExpression getValue()
Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
setValue(XExpression),XsemanticsPackage.getEnvironmentMapping_Value()
-
setValue
void setValue(org.eclipse.xtext.xbase.XExpression value)
Sets the value of the 'Value' containment reference.- Parameters:
value- the new value of the 'Value' containment reference.- See Also:
getValue()
-
-