Uses of Enum Class
com._1c.g5.aef2.standard.viewModels.CheckState
Packages that use CheckState
Package
Description
-
Uses of CheckState in com._1c.g5.aef2.standard.viewModels
Fields in com._1c.g5.aef2.standard.viewModels with type parameters of type CheckStateModifier and TypeFieldDescriptionstatic final List<CheckState>
CheckState.VALUES
A public read-only list of all the 'Check State' enumerators.Methods in com._1c.g5.aef2.standard.viewModels that return CheckStateModifier and TypeMethodDescriptionstatic CheckState
CheckState.get
(int value) Returns the 'Check State' literal with the specified integer value.static CheckState
Returns the 'Check State' literal with the specified literal value.static CheckState
Returns the 'Check State' literal with the specified name.CheckedItemViewModel.getCheckState()
Returns the value of the 'Check State' attribute.static CheckState
Returns the enum constant of this class with the specified name.static CheckState[]
CheckState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.aef2.standard.viewModels with parameters of type CheckStateModifier and TypeMethodDescriptionvoid
CheckedItemViewModel.setCheckState
(CheckState value) Sets the value of the 'Check State
' attribute. -
Uses of CheckState in com._1c.g5.aef2.standard.viewModels.impl
Fields in com._1c.g5.aef2.standard.viewModels.impl declared as CheckStateModifier and TypeFieldDescriptionprotected static final CheckState
CheckedItemViewModelImpl.CHECK_STATE_EDEFAULT
The default value of the 'Check State
' attribute.protected CheckState
CheckedItemViewModelImpl.checkState
The cached value of the 'Check State
' attribute.Methods in com._1c.g5.aef2.standard.viewModels.impl that return CheckStateModifier and TypeMethodDescriptionAefStandardFactoryImpl.createCheckStateFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) CheckedItemViewModelImpl.getCheckState()
Methods in com._1c.g5.aef2.standard.viewModels.impl with parameters of type CheckStateModifier and TypeMethodDescriptionvoid
CheckedItemViewModelImpl.setCheckState
(CheckState newCheckState) -
Uses of CheckState in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange
Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange with parameters of type CheckStateModifier and TypeMethodDescriptionprotected IBmTask<?>
DataExchangeModel.createBmTask
(ExchangePlan exchangePlan, CheckState checkState) Pre add md-object to exchange plan actions.protected void
DataExchangeModel.setContentItemCheckState
(ExchangePlan exchangePlan, CheckState checkState) Sets check state to exchange plan md-object content item.