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.VALUES
A 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 ModalityUseMode
ModalityUseMode.get
(int value) Returns the 'Modality Use Mode' literal with the specified integer value.static ModalityUseMode
Returns the 'Modality Use Mode' literal with the specified literal value.static ModalityUseMode
Returns the 'Modality Use Mode' literal with the specified name.Configuration.getModalityUseMode()
Returns the value of the 'Modality Use Mode' attribute.static ModalityUseMode
Returns 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 TypeMethodDescriptionvoid
Configuration.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 TypeMethodDescriptionvoid
ConfigurationImpl.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 TypeMethodDescriptionboolean
MdClassValidator.validateModalityUseMode
(ModalityUseMode modalityUseMode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)