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.EObjectA representation of the model object 'Abstract Choice Parameter Link'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LinkedValueChangeModegetChangeMode()Returns the value of the 'Change Mode' attribute.StringgetName()Returns the value of the 'Name' attribute.voidsetChangeMode(LinkedValueChangeMode value)Sets the value of the 'Change Mode' attribute.voidsetName(String value)Sets the value of the 'Name' attribute.
-
-
-
Method Detail
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),CommonPackage.getAbstractChoiceParameterLink_Name()
-
setName
void setName(String value)
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
getName()
-
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:
LinkedValueChangeMode,setChangeMode(LinkedValueChangeMode),CommonPackage.getAbstractChoiceParameterLink_ChangeMode()
-
setChangeMode
void setChangeMode(LinkedValueChangeMode value)
Sets the value of the 'Change Mode' attribute.- Parameters:
value- the new value of the 'Change Mode' attribute.- See Also:
LinkedValueChangeMode,getChangeMode()
-
-