Interface InternalConfigurableInterface
-
- All Known Implementing Classes:
InternalConfigurableInterfaceImpl
public interface InternalConfigurableInterface extends Interface
A representation of the model object 'Internal Configurable Interface'.The following features are supported:
- See Also:
LanguagePackage.getInternalConfigurableInterface()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<PropertyDefinition>
getDefinitions()
Returns the value of the 'Definitions' 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.palladiosimulator.textual.tpcm.language.Interface
getContents, getName, setName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getDefinitions
EList<PropertyDefinition> getDefinitions()
Returns the value of the 'Definitions' containment reference list. The list contents are of typePropertyDefinition
.- Returns:
- the value of the 'Definitions' containment reference list.
- See Also:
LanguagePackage.getInternalConfigurableInterface_Definitions()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
-