Package tools.mdsd.somde.realm
Interface ServiceOrientedModelingRealm
-
- All Known Implementing Classes:
GuiceAwareServiceOrientedModelingRealmImpl
,ServiceOrientedModelingRealmImpl
,ServiceOrientedModelingRealmImplGen
public interface ServiceOrientedModelingRealm extends EObject
A representation of the model object 'Service Oriented Modeling Realm'.The following features are supported:
- See Also:
RealmPackage.getServiceOrientedModelingRealm()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <APIType> APIType
getAPI(Class<APIType> apiType)
EList<ConfigurationItem>
getConfiguration()
Returns the value of the 'Configuration' containment reference list.-
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
-
getConfiguration
EList<ConfigurationItem> getConfiguration()
Returns the value of the 'Configuration' containment reference list. The list contents are of typeConfigurationItem
.- Returns:
- the value of the 'Configuration' containment reference list.
- See Also:
RealmPackage.getServiceOrientedModelingRealm_Configuration()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getAPI
<APIType> APIType getAPI(Class<APIType> apiType)
- Generated class or method.
- EMF model class or method.
- required="true"
-
-