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.VALUESA public read-only list of all the 'Check State' enumerators.Methods in com._1c.g5.aef2.standard.viewModels that return CheckStateModifier and TypeMethodDescriptionstatic CheckStateCheckState.get(int value) Returns the 'Check State' literal with the specified integer value.static CheckStateReturns the 'Check State' literal with the specified literal value.static CheckStateReturns the 'Check State' literal with the specified name.CheckedItemViewModel.getCheckState()Returns the value of the 'Check State' attribute.static CheckStateReturns 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 TypeMethodDescriptionvoidCheckedItemViewModel.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 CheckStateCheckedItemViewModelImpl.CHECK_STATE_EDEFAULTThe default value of the 'Check State' attribute.protected CheckStateCheckedItemViewModelImpl.checkStateThe 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 TypeMethodDescriptionvoidCheckedItemViewModelImpl.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 voidDataExchangeModel.setContentItemCheckState(ExchangePlan exchangePlan, CheckState checkState) Sets check state to exchange plan md-object content item.