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