Uses of Enum Class
com._1c.g5.v8.dt.metadata.mdclass.ModalityUseMode
Packages that use ModalityUseMode
Package
Description
-
Uses of ModalityUseMode in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type ModalityUseModeModifier and TypeFieldDescriptionstatic final List<ModalityUseMode>ModalityUseMode.VALUESA public read-only list of all the 'Modality Use Mode' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return ModalityUseModeModifier and TypeMethodDescriptionstatic ModalityUseModeModalityUseMode.get(int value) Returns the 'Modality Use Mode' literal with the specified integer value.static ModalityUseModeReturns the 'Modality Use Mode' literal with the specified literal value.static ModalityUseModeReturns the 'Modality Use Mode' literal with the specified name.Configuration.getModalityUseMode()Returns the value of the 'Modality Use Mode' attribute.static ModalityUseModeReturns the enum constant of this class with the specified name.static ModalityUseMode[]ModalityUseMode.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 ModalityUseModeModifier and TypeMethodDescriptionvoidConfiguration.setModalityUseMode(ModalityUseMode value) Sets the value of the 'Modality Use Mode' attribute. -
Uses of ModalityUseMode in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return ModalityUseModeModifier and TypeMethodDescriptionMdClassFactoryImpl.createModalityUseModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ConfigurationImpl.getModalityUseMode()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type ModalityUseModeModifier and TypeMethodDescriptionvoidConfigurationImpl.setModalityUseMode(ModalityUseMode newModalityUseMode) -
Uses of ModalityUseMode in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type ModalityUseModeModifier and TypeMethodDescriptionbooleanMdClassValidator.validateModalityUseMode(ModalityUseMode modalityUseMode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)