Package tools.mdsd.characteristics.api
Interface ProfileActivation
-
- All Superinterfaces:
ConfigurationItem,EObject,Notifier
- All Known Implementing Classes:
ProfileActivationImpl
public interface ProfileActivation extends ConfigurationItem
A representation of the model object 'Profile Activation'.The following features are supported:
- See Also:
ApiPackage.getProfileActivation()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CharacteristicProfilegetActivatedProfile()Returns the value of the 'Activated Profile' reference.voidsetActivatedProfile(CharacteristicProfile value)Sets the value of the 'Activated Profile' reference.-
Methods inherited from interface tools.mdsd.characteristics.api.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
-
getActivatedProfile
CharacteristicProfile getActivatedProfile()
Returns the value of the 'Activated Profile' reference.- Returns:
- the value of the 'Activated Profile' reference.
- See Also:
setActivatedProfile(CharacteristicProfile),ApiPackage.getProfileActivation_ActivatedProfile()- Generated class or method.
- EMF model class or method.
- required="true"
-
setActivatedProfile
void setActivatedProfile(CharacteristicProfile value)
Sets the value of the 'Activated Profile' reference.- Parameters:
value- the new value of the 'Activated Profile' reference.- See Also:
getActivatedProfile()- Generated class or method.
-
-