Uses of Enum Class
com._1c.g5.v8.dt.metadata.mdclass.InterfaceCompatibilityMode
Packages that use InterfaceCompatibilityMode
Package
Description
-
Uses of InterfaceCompatibilityMode in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type InterfaceCompatibilityModeModifier and TypeFieldDescriptionstatic final List<InterfaceCompatibilityMode>InterfaceCompatibilityMode.VALUESA public read-only list of all the 'Interface Compatibility Mode' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return InterfaceCompatibilityModeModifier and TypeMethodDescriptionstatic InterfaceCompatibilityModeInterfaceCompatibilityMode.get(int value) Returns the 'Interface Compatibility Mode' literal with the specified integer value.static InterfaceCompatibilityModeReturns the 'Interface Compatibility Mode' literal with the specified literal value.static InterfaceCompatibilityModeReturns the 'Interface Compatibility Mode' literal with the specified name.Configuration.getInterfaceCompatibilityMode()Returns the value of the 'Interface Compatibility Mode' attribute.static InterfaceCompatibilityModeReturns the enum constant of this class with the specified name.static InterfaceCompatibilityMode[]InterfaceCompatibilityMode.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 InterfaceCompatibilityModeModifier and TypeMethodDescriptionvoidConfiguration.setInterfaceCompatibilityMode(InterfaceCompatibilityMode value) Sets the value of the 'Interface Compatibility Mode' attribute. -
Uses of InterfaceCompatibilityMode in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return InterfaceCompatibilityModeModifier and TypeMethodDescriptionMdClassFactoryImpl.createInterfaceCompatibilityModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ConfigurationImpl.getInterfaceCompatibilityMode()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type InterfaceCompatibilityModeModifier and TypeMethodDescriptionvoidConfigurationImpl.setInterfaceCompatibilityMode(InterfaceCompatibilityMode newInterfaceCompatibilityMode) -
Uses of InterfaceCompatibilityMode in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type InterfaceCompatibilityModeModifier and TypeMethodDescriptionbooleanMdClassValidator.validateInterfaceCompatibilityMode(InterfaceCompatibilityMode interfaceCompatibilityMode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)