Package com._1c.g5.v8.dt.bsl.model
Interface FormalParam
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,NamedElement,org.eclipse.emf.common.notify.Notifier,Variable
- All Known Implementing Classes:
FormalParamImpl
A representation of the model object 'Formal Param'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Default Value' containment reference.booleanReturns the value of the 'By Value' attribute.voidsetByValue(boolean value) Sets the value of the 'By Value' attribute.voidsetDefaultValue(Literal value) Sets the value of the 'Default Value' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.v8.dt.mcore.NamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface com._1c.g5.v8.dt.bsl.model.Variable
getTypeStateProvider, setTypeStateProvider
-
Method Details
-
isByValue
boolean isByValue()Returns the value of the 'By Value' attribute.- Returns:
- the value of the 'By Value' attribute.
- See Also:
-
setByValue
void setByValue(boolean value) Sets the value of the 'By Value' attribute.- Parameters:
value- the new value of the 'By Value' attribute.- See Also:
-
getDefaultValue
Literal getDefaultValue()Returns the value of the 'Default Value' containment reference.- Returns:
- the value of the 'Default Value' containment reference.
- See Also:
-
setDefaultValue
Sets the value of the 'Default Value' containment reference.- Parameters:
value- the new value of the 'Default Value' containment reference.- See Also:
-