Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.ContainedObject
-
Packages that use ContainedObject 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 ContainedObject in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return ContainedObject Modifier and Type Method Description ContainedObjectMdClassFactory. createContainedObject()Returns a new object of class 'Contained Object'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type ContainedObject Modifier and Type Method Description org.eclipse.emf.common.util.EList<ContainedObject>Configuration. getContainedObjects()Returns the value of the 'Contained Objects' containment reference list.org.eclipse.emf.common.util.EList<ContainedObject>ExternalDataProcessor. getContainedObjects()Returns the value of the 'Contained Objects' containment reference list.org.eclipse.emf.common.util.EList<ContainedObject>ExternalReport. getContainedObjects()Returns the value of the 'Contained Objects' containment reference list. -
Uses of ContainedObject in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement ContainedObject Modifier and Type Class Description classContainedObjectImplAn implementation of the model object 'Contained Object'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return ContainedObject Modifier and Type Method Description ContainedObjectMdClassFactoryImpl. createContainedObject()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type ContainedObject Modifier and Type Method Description org.eclipse.emf.common.util.EList<ContainedObject>ConfigurationImpl. getContainedObjects()org.eclipse.emf.common.util.EList<ContainedObject>ExternalDataProcessorImpl. getContainedObjects()org.eclipse.emf.common.util.EList<ContainedObject>ExternalReportImpl. getContainedObjects() -
Uses of ContainedObject in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type ContainedObject Modifier and Type Method Description TMdClassSwitch. caseContainedObject(ContainedObject object)Returns the result of interpreting the object as an instance of 'Contained Object'.booleanMdClassValidator. validateContainedObject(ContainedObject containedObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-