Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.Parameter
-
Packages that use Parameter Package Description com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl com._1c.g5.v8.dt.metadata.mdclass.util -
-
Uses of Parameter in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return Parameter Modifier and Type Method Description Parameter
MdClassFactory. createParameter()
Returns a new object of class 'Parameter'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type Parameter Modifier and Type Method Description org.eclipse.emf.common.util.EList<Parameter>
Operation. getParameters()
Returns the value of the 'Parameters' containment reference list. -
Uses of Parameter in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement Parameter Modifier and Type Class Description class
ParameterImpl
An implementation of the model object 'Parameter'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Parameter Modifier and Type Method Description Parameter
MdClassFactoryImpl. createParameter()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type Parameter Modifier and Type Method Description org.eclipse.emf.common.util.EList<Parameter>
OperationImpl. getParameters()
-
Uses of Parameter in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type Parameter Modifier and Type Method Description T
MdClassSwitch. caseParameter(Parameter object)
Returns the result of interpreting the object as an instance of 'Parameter'.boolean
MdClassValidator. validateParameter(Parameter parameter, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-