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. VALUES
A 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 ModalityUseMode
ModalityUseMode. get(int value)
Returns the 'Modality Use Mode' literal with the specified integer value.static ModalityUseMode
ModalityUseMode. get(String literal)
Returns the 'Modality Use Mode' literal with the specified literal value.static ModalityUseMode
ModalityUseMode. getByName(String name)
Returns the 'Modality Use Mode' literal with the specified name.ModalityUseMode
Configuration. getModalityUseMode()
Returns the value of the 'Modality Use Mode' attribute.static ModalityUseMode
ModalityUseMode. 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 void
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 ModalityUseMode Modifier and Type Method Description ModalityUseMode
MdClassFactoryImpl. createModalityUseModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
ModalityUseMode
ConfigurationImpl. getModalityUseMode()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type ModalityUseMode Modifier and Type Method Description void
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 ModalityUseMode Modifier and Type Method Description boolean
MdClassValidator. validateModalityUseMode(ModalityUseMode modalityUseMode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-