Uses of Enum Class
com._1c.g5.v8.dt.metadata.mdclass.Version85InterfaceMigrationMode
Packages that use Version85InterfaceMigrationMode
Package
Description
-
Uses of Version85InterfaceMigrationMode in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type Version85InterfaceMigrationModeModifier and TypeFieldDescriptionstatic final List<Version85InterfaceMigrationMode>Version85InterfaceMigrationMode.VALUESA public read-only list of all the 'Version85 Interface Migration Mode' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return Version85InterfaceMigrationModeModifier and TypeMethodDescriptionVersion85InterfaceMigrationMode.get(int value) Returns the 'Version85 Interface Migration Mode' literal with the specified integer value.Returns the 'Version85 Interface Migration Mode' literal with the specified literal value.Returns the 'Version85 Interface Migration Mode' literal with the specified name.Configuration.getVersion85InterfaceMigrationMode()Returns the value of the 'Version85 Interface Migration Mode' attribute.Returns the enum constant of this class with the specified name.static Version85InterfaceMigrationMode[]Version85InterfaceMigrationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type Version85InterfaceMigrationModeModifier and TypeMethodDescriptionvoidConfiguration.setVersion85InterfaceMigrationMode(Version85InterfaceMigrationMode value) Sets the value of the 'Version85 Interface Migration Mode' attribute. -
Uses of Version85InterfaceMigrationMode in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Version85InterfaceMigrationModeModifier and TypeMethodDescriptionMdClassFactoryImpl.createVersion85InterfaceMigrationModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ConfigurationImpl.getVersion85InterfaceMigrationMode()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type Version85InterfaceMigrationModeModifier and TypeMethodDescriptionvoidConfigurationImpl.setVersion85InterfaceMigrationMode(Version85InterfaceMigrationMode newVersion85InterfaceMigrationMode) -
Uses of Version85InterfaceMigrationMode in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type Version85InterfaceMigrationModeModifier and TypeMethodDescriptionbooleanMdClassValidator.validateVersion85InterfaceMigrationMode(Version85InterfaceMigrationMode version85InterfaceMigrationMode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)