Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.Enum
Packages that use Enum
Package
Description
-
Uses of Enum in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return EnumModifier and TypeMethodDescriptionstatic Enum
TestMdObjectFactory.createEnum
(String name) Creates Enum with name -
Uses of Enum 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 EnumModifier and TypeMethodDescriptionAdoptedEnumInitializer.create
(IV8Project v8project, Version version) -
Uses of Enum 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 EnumModifier and TypeMethodDescriptionprotected Enum
EnumAdopterParticipant.createAdoptedObject
(Enum nativeObject, Version version, IAdopterContext context) Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants with parameters of type EnumModifier and TypeMethodDescriptionprotected Enum
EnumAdopterParticipant.createAdoptedObject
(Enum nativeObject, Version version, IAdopterContext context) protected MdObjectExtension
EnumAdopterParticipant.createExtension
(Enum nativeObject) -
Uses of Enum in com._1c.g5.v8.dt.internal.md.ui.editors.enums
Constructors in com._1c.g5.v8.dt.internal.md.ui.editors.enums with parameters of type EnumModifierConstructorDescriptionEnumEditorInput
(Enum enumeration) Creates a new instance of anEnumEditorInput
. -
Uses of Enum in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return Enum -
Uses of Enum in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type EnumModifier and TypeMethodDescriptionprotected boolean
protected boolean
MdDbViewFieldDefInferrer._infer
(Enum object, IEObjectProvider typeProvider) protected boolean
protected boolean
Infers Enum standard commands.protected boolean
MdFieldInferrer._inferFrom
(Enum object, IEObjectProvider typeProvider, CompatibilityMode compatibilityMode) static Type
MdTypeUtil.getRefType
(Enum object) static TypeDescription
MdTypeUtil.newRefTypeDescription
(Enum object) Returns a new type description for theref
field of theEnum
. -
Uses of Enum in com._1c.g5.v8.dt.md.ui.aef2.rules
Methods in com._1c.g5.v8.dt.md.ui.aef2.rules with parameters of type EnumModifier and TypeMethodDescriptionprotected void
EnumRule.buildForObject
(Enum object, IV8Project v8project) -
Uses of Enum in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return EnumModifier and TypeMethodDescriptionMdClassFactory.createEnum()
Returns a new object of class 'Enum'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type Enum -
Uses of Enum in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement EnumMethods in com._1c.g5.v8.dt.metadata.mdclass.impl that return EnumMethods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type Enum -
Uses of Enum in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type Enum