Uses of Enum Class
com._1c.g5.v8.dt.metadata.mdclass.DefaultDataLockControlMode
Packages that use DefaultDataLockControlMode
Package
Description
-
Uses of DefaultDataLockControlMode in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type DefaultDataLockControlModeModifier and TypeFieldDescriptionstatic final List<DefaultDataLockControlMode>
DefaultDataLockControlMode.VALUES
A public read-only list of all the 'Default Data Lock Control Mode' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return DefaultDataLockControlModeModifier and TypeMethodDescriptionstatic DefaultDataLockControlMode
DefaultDataLockControlMode.get
(int value) Returns the 'Default Data Lock Control Mode' literal with the specified integer value.static DefaultDataLockControlMode
Returns the 'Default Data Lock Control Mode' literal with the specified literal value.static DefaultDataLockControlMode
Returns the 'Default Data Lock Control Mode' literal with the specified name.AccountingRegister.getDataLockControlMode()
Returns the value of the 'Data Lock Control Mode' attribute.AccumulationRegister.getDataLockControlMode()
Returns the value of the 'Data Lock Control Mode' attribute.BasicDbObject.getDataLockControlMode()
Returns the value of the 'Data Lock Control Mode' attribute.CalculationRegister.getDataLockControlMode()
Returns the value of the 'Data Lock Control Mode' attribute.Configuration.getDataLockControlMode()
Returns the value of the 'Data Lock Control Mode' attribute.Constant.getDataLockControlMode()
Returns the value of the 'Data Lock Control Mode' attribute.ExternalDataSource.getDataLockControlMode()
Returns the value of the 'Data Lock Control Mode' attribute.InformationRegister.getDataLockControlMode()
Returns the value of the 'Data Lock Control Mode' attribute.Operation.getDataLockControlMode()
Returns the value of the 'Data Lock Control Mode' attribute.Recalculation.getDataLockControlMode()
Returns the value of the 'Data Lock Control Mode' attribute.Sequence.getDataLockControlMode()
Returns the value of the 'Data Lock Control Mode' attribute.Table.getDataLockControlMode()
Returns the value of the 'Data Lock Control Mode' attribute.static DefaultDataLockControlMode
Returns the enum constant of this class with the specified name.static DefaultDataLockControlMode[]
DefaultDataLockControlMode.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 DefaultDataLockControlModeModifier and TypeMethodDescriptionvoid
AccountingRegister.setDataLockControlMode
(DefaultDataLockControlMode value) Sets the value of the 'Data Lock Control Mode
' attribute.void
AccumulationRegister.setDataLockControlMode
(DefaultDataLockControlMode value) Sets the value of the 'Data Lock Control Mode
' attribute.void
BasicDbObject.setDataLockControlMode
(DefaultDataLockControlMode value) Sets the value of the 'Data Lock Control Mode
' attribute.void
CalculationRegister.setDataLockControlMode
(DefaultDataLockControlMode value) Sets the value of the 'Data Lock Control Mode
' attribute.void
Configuration.setDataLockControlMode
(DefaultDataLockControlMode value) Sets the value of the 'Data Lock Control Mode
' attribute.void
Constant.setDataLockControlMode
(DefaultDataLockControlMode value) Sets the value of the 'Data Lock Control Mode
' attribute.void
ExternalDataSource.setDataLockControlMode
(DefaultDataLockControlMode value) Sets the value of the 'Data Lock Control Mode
' attribute.void
InformationRegister.setDataLockControlMode
(DefaultDataLockControlMode value) Sets the value of the 'Data Lock Control Mode
' attribute.void
Operation.setDataLockControlMode
(DefaultDataLockControlMode value) Sets the value of the 'Data Lock Control Mode
' attribute.void
Recalculation.setDataLockControlMode
(DefaultDataLockControlMode value) Sets the value of the 'Data Lock Control Mode
' attribute.void
Sequence.setDataLockControlMode
(DefaultDataLockControlMode value) Sets the value of the 'Data Lock Control Mode
' attribute.void
Table.setDataLockControlMode
(DefaultDataLockControlMode value) Sets the value of the 'Data Lock Control Mode
' attribute. -
Uses of DefaultDataLockControlMode in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return DefaultDataLockControlModeModifier and TypeMethodDescriptionMdClassFactoryImpl.createDefaultDataLockControlModeFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) AccountingRegisterImpl.getDataLockControlMode()
AccumulationRegisterImpl.getDataLockControlMode()
BasicDbObjectImpl.getDataLockControlMode()
CalculationRegisterImpl.getDataLockControlMode()
ConfigurationImpl.getDataLockControlMode()
ConstantImpl.getDataLockControlMode()
ExternalDataSourceImpl.getDataLockControlMode()
InformationRegisterImpl.getDataLockControlMode()
OperationImpl.getDataLockControlMode()
RecalculationImpl.getDataLockControlMode()
SequenceImpl.getDataLockControlMode()
TableImpl.getDataLockControlMode()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type DefaultDataLockControlModeModifier and TypeMethodDescriptionvoid
AccountingRegisterImpl.setDataLockControlMode
(DefaultDataLockControlMode newDataLockControlMode) void
AccumulationRegisterImpl.setDataLockControlMode
(DefaultDataLockControlMode newDataLockControlMode) void
BasicDbObjectImpl.setDataLockControlMode
(DefaultDataLockControlMode newDataLockControlMode) void
CalculationRegisterImpl.setDataLockControlMode
(DefaultDataLockControlMode newDataLockControlMode) void
ConfigurationImpl.setDataLockControlMode
(DefaultDataLockControlMode newDataLockControlMode) void
ConstantImpl.setDataLockControlMode
(DefaultDataLockControlMode newDataLockControlMode) void
ExternalDataSourceImpl.setDataLockControlMode
(DefaultDataLockControlMode newDataLockControlMode) void
InformationRegisterImpl.setDataLockControlMode
(DefaultDataLockControlMode newDataLockControlMode) void
OperationImpl.setDataLockControlMode
(DefaultDataLockControlMode newDataLockControlMode) void
RecalculationImpl.setDataLockControlMode
(DefaultDataLockControlMode newDataLockControlMode) void
SequenceImpl.setDataLockControlMode
(DefaultDataLockControlMode newDataLockControlMode) void
TableImpl.setDataLockControlMode
(DefaultDataLockControlMode newDataLockControlMode) -
Uses of DefaultDataLockControlMode in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type DefaultDataLockControlModeModifier and TypeMethodDescriptionboolean
MdClassValidator.validateDefaultDataLockControlMode
(DefaultDataLockControlMode defaultDataLockControlMode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)