IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.ras.profile.defauld.defaultprofile
Interface VariabilityPointBinding

All Superinterfaces:
EObject, Notifier

public interface VariabilityPointBinding
extends EObject

A representation of the model object ' Variability Point Binding'.

The following features are supported:

See Also:
DefaultprofilePackage.getVariabilityPointBinding()

Method Summary
 String getBindingRule()
          Returns the value of the 'Binding Rule' attribute
 VariabilityPoint getVariabilityPoint()
          Returns the value of the 'Variability Point' reference.
 void setBindingRule(String value)
          Sets the value of the ' Binding Rule' attribute.
 void setVariabilityPoint(VariabilityPoint value)
          Sets the value of the ' Variability Point' reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getBindingRule

public String getBindingRule()
Returns the value of the 'Binding Rule' attribute. {required}

Returns:
the value of the 'Binding Rule' attribute.
See Also:
setBindingRule(String), DefaultprofilePackage.getVariabilityPointBinding_BindingRule()

setBindingRule

public void setBindingRule(String value)
Sets the value of the ' Binding Rule' attribute.

Parameters:
value - the new value of the 'Binding Rule' attribute.
See Also:
getBindingRule()

getVariabilityPoint

public VariabilityPoint getVariabilityPoint()
Returns the value of the 'Variability Point' reference.

Returns:
the value of the 'Variability Point' reference.
See Also:
setVariabilityPoint(VariabilityPoint), DefaultprofilePackage.getVariabilityPointBinding_VariabilityPoint()

setVariabilityPoint

public void setVariabilityPoint(VariabilityPoint value)
Sets the value of the ' Variability Point' reference.

Parameters:
value - the new value of the 'Variability Point' reference.
See Also:
getVariabilityPoint()

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.