Uses of Class
com._1c.g5.v8.dt.metadata.mdclass.ModalityUseMode
-
Packages that use ModalityUseMode Package Description com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl com._1c.g5.v8.dt.metadata.mdclass.util -
-
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 ModalityUseMode Modifier and Type Field Description static 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 ModalityUseMode Modifier and Type Method Description static ModalityUseModeModalityUseMode. get(int value)Returns the 'Modality Use Mode' literal with the specified integer value.static ModalityUseModeModalityUseMode. get(String literal)Returns the 'Modality Use Mode' literal with the specified literal value.static ModalityUseModeModalityUseMode. getByName(String name)Returns the 'Modality Use Mode' literal with the specified name.ModalityUseModeConfiguration. getModalityUseMode()Returns the value of the 'Modality Use Mode' attribute.static ModalityUseModeModalityUseMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ModalityUseMode[]ModalityUseMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type ModalityUseMode Modifier and Type Method Description voidConfiguration. 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 ModalityUseMode Modifier and Type Method Description ModalityUseModeMdClassFactoryImpl. createModalityUseModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)ModalityUseModeConfigurationImpl. getModalityUseMode()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type ModalityUseMode Modifier and Type Method Description voidConfigurationImpl. 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 ModalityUseMode Modifier and Type Method Description booleanMdClassValidator. validateModalityUseMode(ModalityUseMode modalityUseMode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-