Interface Environment
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
EnvironmentImpl
public interface Environment extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Environment'.The following features are supported:
- See Also:
XsemanticsPackage.getEnvironment()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Returns the value of the 'Name' attribute.voidsetName(java.lang.String value)Sets the value of the 'Name' attribute.
-
-
-
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),XsemanticsPackage.getEnvironment_Name()
-
-