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 FunctionalOptionsParameter
TestMdObjectFactory. 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.IStatus
FunctionalOptionsParameterUseChangeTask. execute(FunctionalOptionsParameter functionalOptionsParameter, MdObject mdObject, org.eclipse.core.runtime.IProgressMonitor monitor)
Adds/removeMdObject
toFunctionalOptionsParameter
Constructors 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 newFunctionalOptionsParameterUseChangeTask
instance -
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 FunctionalOptionsParameter
FunctionalOptionsParameterInitializer. 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 boolean
MdImplicitRefInferrer. _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 NavigatorTreeDialogModel
NavigatorTreeDialogModelFactory. createFunctionalOptionsParameterUseCheckedModel(FunctionalOptionsParameter context)
CreatesFunctionalOptionsParameter
use 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 FunctionalOptionsParameter
MdClassFactory. 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 class
FunctionalOptionsParameterImpl
An 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 FunctionalOptionsParameter
MdClassFactoryImpl. 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 T
MdClassSwitch. caseFunctionalOptionsParameter(FunctionalOptionsParameter object)
Returns the result of interpreting the object as an instance of 'Functional Options Parameter'.boolean
MdClassValidator. validateFunctionalOptionsParameter(FunctionalOptionsParameter functionalOptionsParameter, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
MdClassValidator. validateFunctionalOptionsParameter_validate(FunctionalOptionsParameter functionalOptionsParameter, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
Validates the validate constraint of 'Functional Options Parameter'.
-