Package com._1c.g5.v8.dt.metadata.common
Interface AbstractChoiceParameterLink
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
ChoiceParameterLink
,FormChoiceParameterLink
- All Known Implementing Classes:
AbstractChoiceParameterLinkImpl
,ChoiceParameterLinkImpl
,FormChoiceParameterLinkImpl
public interface AbstractChoiceParameterLink
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Abstract Choice Parameter Link'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Change Mode' attribute.getName()
Returns the value of the 'Name' attribute.void
Sets the value of the 'Change Mode
' attribute.void
Sets the value of the 'Name
' attribute.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 Details
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
-
getChangeMode
LinkedValueChangeMode getChangeMode()Returns the value of the 'Change Mode' attribute. The literals are from the enumerationLinkedValueChangeMode
.- Returns:
- the value of the 'Change Mode' attribute.
- See Also:
-
setChangeMode
Sets the value of the 'Change Mode
' attribute.- Parameters:
value
- the new value of the 'Change Mode' attribute.- See Also:
-