Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.Resource
-
-
Uses of Resource 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 Resource Modifier and Type Method Description protected MdObjectModel<Resource>
ResourceWizard. createMdObjectModel()
-
Uses of Resource in com._1c.g5.v8.dt.md.validation
Methods in com._1c.g5.v8.dt.md.validation with parameters of type Resource Modifier and Type Method Description void
MdValidator. checkNameInDataSource(Resource resource)
-
Uses of Resource in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return Resource Modifier and Type Method Description Resource
MdClassFactory. createResource()
Returns a new object of class 'Resource'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type Resource Modifier and Type Method Description org.eclipse.emf.common.util.EList<Resource>
Cube. getResources()
Returns the value of the 'Resources' containment reference list. -
Uses of Resource in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement Resource Modifier and Type Class Description class
ResourceImpl
An implementation of the model object 'Resource'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Resource Modifier and Type Method Description Resource
MdClassFactoryImpl. createResource()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type Resource Modifier and Type Method Description org.eclipse.emf.common.util.EList<Resource>
CubeImpl. getResources()
-
Uses of Resource in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util that return types with arguments of type Resource Modifier and Type Method Description static Optional<List<Resource>>
MdClassUtil. getResources(MdObject owner)
Searches for resources, that are contained in owner objectMethods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type Resource Modifier and Type Method Description T
MdClassSwitch. caseResource(Resource object)
Returns the result of interpreting the object as an instance of 'Resource'.boolean
MdClassValidator. validateResource(Resource resource, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-