Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.FunctionalOptionsParameter
-
-
Uses of FunctionalOptionsParameter in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return FunctionalOptionsParameter Modifier and Type Method Description static FunctionalOptionsParameterTestMdObjectFactory. createFunctionalOptionsParameter(String name)Creates FunctionalOptionsParameter with name -
Uses of FunctionalOptionsParameter in com._1c.g5.v8.dt.md.api
Methods in com._1c.g5.v8.dt.md.api with parameters of type FunctionalOptionsParameter Modifier and Type Method Description org.eclipse.core.runtime.IStatusFunctionalOptionsParameterUseChangeTask. execute(FunctionalOptionsParameter functionalOptionsParameter, MdObject mdObject, org.eclipse.core.runtime.IProgressMonitor monitor)Adds/removeMdObjecttoFunctionalOptionsParameterConstructors in com._1c.g5.v8.dt.md.api with parameters of type FunctionalOptionsParameter Constructor Description FunctionalOptionsParameterUseChangeTask(FunctionalOptionsParameter functionalOptionsParameter, MdObject object, FunctionalOptionsParameterUseChangeTask.TaskAction action)Creates a newFunctionalOptionsParameterUseChangeTaskinstance -
Uses of FunctionalOptionsParameter in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return FunctionalOptionsParameter Modifier and Type Method Description FunctionalOptionsParameterFunctionalOptionsParameterInitializer. create(IV8Project v8project, Version version) -
Uses of FunctionalOptionsParameter in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type FunctionalOptionsParameter Modifier and Type Method Description protected booleanMdImplicitRefInferrer. _infer(FunctionalOptionsParameter object) -
Uses of FunctionalOptionsParameter in com._1c.g5.v8.dt.md.ui.aef.models
Methods in com._1c.g5.v8.dt.md.ui.aef.models with parameters of type FunctionalOptionsParameter Modifier and Type Method Description NavigatorTreeDialogModelNavigatorTreeDialogModelFactory. createFunctionalOptionsParameterUseCheckedModel(FunctionalOptionsParameter context)CreatesFunctionalOptionsParameteruse dialog model for context object with showing checked objects. -
Uses of FunctionalOptionsParameter in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return FunctionalOptionsParameter Modifier and Type Method Description FunctionalOptionsParameterMdClassFactory. createFunctionalOptionsParameter()Returns a new object of class 'Functional Options Parameter'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type FunctionalOptionsParameter Modifier and Type Method Description org.eclipse.emf.common.util.EList<FunctionalOptionsParameter>Configuration. getFunctionalOptionsParameters()Returns the value of the 'Functional Options Parameters' reference list. -
Uses of FunctionalOptionsParameter in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement FunctionalOptionsParameter Modifier and Type Class Description classFunctionalOptionsParameterImplAn implementation of the model object 'Functional Options Parameter'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return FunctionalOptionsParameter Modifier and Type Method Description FunctionalOptionsParameterMdClassFactoryImpl. createFunctionalOptionsParameter()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type FunctionalOptionsParameter Modifier and Type Method Description org.eclipse.emf.common.util.EList<FunctionalOptionsParameter>ConfigurationImpl. getFunctionalOptionsParameters() -
Uses of FunctionalOptionsParameter in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type FunctionalOptionsParameter Modifier and Type Method Description TMdClassSwitch. caseFunctionalOptionsParameter(FunctionalOptionsParameter object)Returns the result of interpreting the object as an instance of 'Functional Options Parameter'.booleanMdClassValidator. validateFunctionalOptionsParameter(FunctionalOptionsParameter functionalOptionsParameter, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)booleanMdClassValidator. validateFunctionalOptionsParameter_validate(FunctionalOptionsParameter functionalOptionsParameter, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)Validates the validate constraint of 'Functional Options Parameter'.
-