Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.Function
Packages that use Function
Package
Description
-
Uses of Function in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return FunctionModifier and TypeMethodDescriptionstatic Function
TestMdObjectFactory.createFunction
(String name) Creates Function with name -
Uses of Function in com._1c.g5.v8.dt.internal.md.extension.adopt.participants
Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants that return FunctionModifier and TypeMethodDescriptionFunctionAdopterParticipant.adopt
(Function nativeObject, Version version, IAdopterContext context) Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants with parameters of type FunctionModifier and TypeMethodDescriptionFunctionAdopterParticipant.adopt
(Function nativeObject, Version version, IAdopterContext context) protected MdObjectExtension
FunctionAdopterParticipant.createExtension
(Function nativeObject) -
Uses of Function in com._1c.g5.v8.dt.md.ui.aef2.rules
Methods in com._1c.g5.v8.dt.md.ui.aef2.rules with parameters of type FunctionModifier and TypeMethodDescriptionprotected void
FunctionRule.buildForObject
(Function object, IV8Project v8Project) -
Uses of Function in com._1c.g5.v8.dt.md.ui.wizards
Methods in com._1c.g5.v8.dt.md.ui.wizards that return types with arguments of type FunctionModifier and TypeMethodDescriptionprotected MdObjectModel<Function>
FunctionWizard.createMdObjectModel()
-
Uses of Function in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return FunctionModifier and TypeMethodDescriptionMdClassFactory.createFunction()
Returns a new object of class 'Function'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type FunctionModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Function>
ExternalDataSource.getFunctions()
Returns the value of the 'Functions' containment reference list. -
Uses of Function in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement FunctionModifier and TypeClassDescriptionclass
An implementation of the model object 'Function'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return FunctionMethods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type FunctionModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Function>
ExternalDataSourceImpl.getFunctions()
-
Uses of Function in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type FunctionModifier and TypeMethodDescriptionMdClassSwitch.caseFunction
(Function object) Returns the result of interpreting the object as an instance of 'Function'.boolean
MdClassValidator.validateFunction
(Function function, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)