Package com._1c.g5.v8.dt.metadata.common
Interface ChoiceParameterLink
-
- All Superinterfaces:
AbstractChoiceParameterLink
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ChoiceParameterLinkImpl
public interface ChoiceParameterLink extends AbstractChoiceParameterLink
A representation of the model object 'Choice Parameter Link'.The following features are supported:
- See Also:
CommonPackage.getChoiceParameterLink()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Field
getField()
Returns the value of the 'Field' reference.void
setField(Field value)
Sets the value of the 'Field
' reference.-
Methods inherited from interface com._1c.g5.v8.dt.metadata.common.AbstractChoiceParameterLink
getChangeMode, getName, setChangeMode, setName
-
-
-
-
Method Detail
-
getField
Field getField()
Returns the value of the 'Field' reference.- Returns:
- the value of the 'Field' reference.
- See Also:
setField(Field)
,CommonPackage.getChoiceParameterLink_Field()
-
setField
void setField(Field value)
Sets the value of the 'Field
' reference.- Parameters:
value
- the new value of the 'Field' reference.- See Also:
getField()
-
-