Interface ModuleImport
-
- All Superinterfaces:
ConfigurationItem
,EObject
,Notifier
- All Known Implementing Classes:
ModuleImportImpl
public interface ModuleImport extends ConfigurationItem
A representation of the model object 'Module Import'.The following features are supported:
- See Also:
GuiceBasedRealmPackage.getModuleImport()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getModuleFQN()
Returns the value of the 'Module FQN' attribute.void
setModuleFQN(String value)
Sets the value of the 'Module FQN
' attribute.-
Methods inherited from interface tools.mdsd.somde.realm.ConfigurationItem
getModelingRealm, setModelingRealm
-
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
-
getModuleFQN
String getModuleFQN()
Returns the value of the 'Module FQN' attribute.- Returns:
- the value of the 'Module FQN' attribute.
- See Also:
setModuleFQN(String)
,GuiceBasedRealmPackage.getModuleImport_ModuleFQN()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setModuleFQN
void setModuleFQN(String value)
Sets the value of the 'Module FQN
' attribute.- Parameters:
value
- the new value of the 'Module FQN' attribute.- See Also:
getModuleFQN()
- Generated class or method.
-
-