Interface VariationPoint
-
- All Superinterfaces:
java.lang.Comparable<java.lang.Object>
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,org.eclipse.emf.common.notify.Notifier
public interface VariationPoint extends MDWEObject, org.eclipse.emf.ecore.EModelElement
A representation of the model object 'Variation Point'.The following features are supported:
- See Also:
RhapsodyPackage.getVariationPoint()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class
getVariant()
Returns the value of the 'Variant' reference.Class
getVariationPoint()
Returns the value of the 'Variation Point' reference.void
setVariant(Class value)
Sets the value of the 'Variant
' reference.void
setVariationPoint(Class value)
Sets the value of the 'Variation Point
' reference.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
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 com.sodius.mdw.core.model.MDWObject
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
-
-
-
-
Method Detail
-
getVariationPoint
Class getVariationPoint()
Returns the value of the 'Variation Point' reference.- Returns:
- the value of the 'Variation Point' reference.
- See Also:
setVariationPoint(com.sodius.mdw.metamodel.rhapsody.Class)
,RhapsodyPackage.getVariationPoint_VariationPoint()
-
setVariationPoint
void setVariationPoint(Class value)
Sets the value of the 'Variation Point
' reference.- Parameters:
value
- the new value of the 'Variation Point' reference.- See Also:
getVariationPoint()
-
getVariant
Class getVariant()
Returns the value of the 'Variant' reference.- Returns:
- the value of the 'Variant' reference.
- See Also:
setVariant(com.sodius.mdw.metamodel.rhapsody.Class)
,RhapsodyPackage.getVariationPoint_Variant()
-
setVariant
void setVariant(Class value)
Sets the value of the 'Variant
' reference.- Parameters:
value
- the new value of the 'Variant' reference.- See Also:
getVariant()
-
-