Interface Function
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,MdObject,org.eclipse.emf.common.notify.Notifier,TypeDescriptionProvider
- All Known Implementing Classes:
FunctionImpl
A representation of the model object 'Function'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Expression In Data Source' attribute.getType()Returns the value of the 'Type' containment reference.booleanReturns the value of the 'Return Value' attribute.voidsetExpressionInDataSource(String value) Sets the value of the 'Expression In Data Source' attribute.voidsetReturnValue(boolean value) Sets the value of the 'Return Value' attribute.voidsetType(TypeDescription value) Sets the value of the 'Type' 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.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuidMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.TypeDescriptionProvider
getTypeDescription
-
Method Details
-
isReturnValue
boolean isReturnValue()Returns the value of the 'Return Value' attribute.- Returns:
- the value of the 'Return Value' attribute.
- See Also:
-
setReturnValue
void setReturnValue(boolean value) Sets the value of the 'Return Value' attribute.- Parameters:
value- the new value of the 'Return Value' attribute.- See Also:
-
getType
TypeDescription getType()Returns the value of the 'Type' containment reference.- Returns:
- the value of the 'Type' containment reference.
- See Also:
-
setType
Sets the value of the 'Type' containment reference.- Parameters:
value- the new value of the 'Type' containment reference.- See Also:
-
getExpressionInDataSource
String getExpressionInDataSource()Returns the value of the 'Expression In Data Source' attribute.- Returns:
- the value of the 'Expression In Data Source' attribute.
- See Also:
-
setExpressionInDataSource
Sets the value of the 'Expression In Data Source' attribute.- Parameters:
value- the new value of the 'Expression In Data Source' attribute.- See Also:
-