Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.DefinedType
Packages that use DefinedType
Package
Description
-
Uses of DefinedType in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return DefinedTypeModifier and TypeMethodDescriptionstatic DefinedTypeTestMdObjectFactory.createDefinedType(String name) Creates DefinedType with name -
Uses of DefinedType in com._1c.g5.v8.dt.internal.md.extension._import.xml.model
Methods in com._1c.g5.v8.dt.internal.md.extension._import.xml.model that return DefinedTypeModifier and TypeMethodDescriptionAdoptedDefinedTypeInitializer.create(IV8Project v8project, Version version) -
Uses of DefinedType in com._1c.g5.v8.dt.internal.md.extension.adopt.participants
Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants that return DefinedTypeModifier and TypeMethodDescriptionDefinedTypeAdopterParticipant.adopt(DefinedType nativeObject, Version version, IAdopterContext context) Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants with parameters of type DefinedTypeModifier and TypeMethodDescriptionDefinedTypeAdopterParticipant.adopt(DefinedType nativeObject, Version version, IAdopterContext context) protected MdObjectExtensionDefinedTypeAdopterParticipant.createExtension(DefinedType nativeObject) -
Uses of DefinedType in com._1c.g5.v8.dt.internal.md.ui.editors.definedtype
Constructors in com._1c.g5.v8.dt.internal.md.ui.editors.definedtype with parameters of type DefinedTypeModifierConstructorDescriptionDefinedTypeEditorInput(DefinedType definedType) Create a new editor input. -
Uses of DefinedType in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return DefinedTypeModifier and TypeMethodDescriptionDefinedTypeInitializer.create(IV8Project v8project, Version version) -
Uses of DefinedType in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type DefinedTypeModifier and TypeMethodDescriptionprotected booleanMdImplicitRefInferrer._infer(DefinedType object) protected booleanMdTypeSetInferrer._inferFrom(DefinedType object) -
Uses of DefinedType in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return DefinedTypeModifier and TypeMethodDescriptionMdClassFactory.createDefinedType()Returns a new object of class 'Defined Type'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type DefinedTypeModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DefinedType>Configuration.getDefinedTypes()Returns the value of the 'Defined Types' reference list. -
Uses of DefinedType in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement DefinedTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Defined Type'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return DefinedTypeMethods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type DefinedTypeModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DefinedType>ConfigurationImpl.getDefinedTypes() -
Uses of DefinedType in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type DefinedTypeModifier and TypeMethodDescriptionMdClassSwitch.caseDefinedType(DefinedType object) Returns the result of interpreting the object as an instance of 'Defined Type'.booleanMdClassValidator.validateDefinedType(DefinedType definedType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) booleanMdClassValidator.validateDefinedType_validate(DefinedType definedType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) Validates the validate constraint of 'Defined Type'.