Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.Function
-
-
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 Function Modifier and Type Method Description static Function
TestMdObjectFactory. createFunction(String name)
Creates Function with name -
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 Function Modifier and Type Method Description protected 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 Function Modifier and Type Method Description protected 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 Function Modifier and Type Method Description Function
MdClassFactory. createFunction()
Returns a new object of class 'Function'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type Function Modifier and Type Method Description org.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 Function Modifier and Type Class Description class
FunctionImpl
An implementation of the model object 'Function'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Function Modifier and Type Method Description Function
MdClassFactoryImpl. createFunction()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type Function Modifier and Type Method Description org.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 Function Modifier and Type Method Description T
MdClassSwitch. 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)
-