Uses of Class
com._1c.g5.aef2.standard.viewModels.CheckState
- 
Packages that use CheckState Package Description com._1c.g5.aef2.standard.viewModels com._1c.g5.aef2.standard.viewModels.impl com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange 
- 
- 
Uses of CheckState in com._1c.g5.aef2.standard.viewModelsFields in com._1c.g5.aef2.standard.viewModels with type parameters of type CheckState Modifier and Type Field Description static List<CheckState>CheckState. VALUESA public read-only list of all the 'Check State' enumerators.Methods in com._1c.g5.aef2.standard.viewModels that return CheckState Modifier and Type Method Description static CheckStateCheckState. get(int value)Returns the 'Check State' literal with the specified integer value.static CheckStateCheckState. get(String literal)Returns the 'Check State' literal with the specified literal value.static CheckStateCheckState. getByName(String name)Returns the 'Check State' literal with the specified name.CheckStateCheckedItemViewModel. getCheckState()Returns the value of the 'Check State' attribute.static CheckStateCheckState. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckState[]CheckState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.aef2.standard.viewModels with parameters of type CheckState Modifier and Type Method Description voidCheckedItemViewModel. setCheckState(CheckState value)Sets the value of the 'Check State' attribute.
- 
Uses of CheckState in com._1c.g5.aef2.standard.viewModels.implFields in com._1c.g5.aef2.standard.viewModels.impl declared as CheckState Modifier and Type Field Description protected static 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 CheckState Modifier and Type Method Description CheckStateAefStandardFactoryImpl. createCheckStateFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)CheckStateCheckedItemViewModelImpl. getCheckState()Methods in com._1c.g5.aef2.standard.viewModels.impl with parameters of type CheckState Modifier and Type Method Description voidCheckedItemViewModelImpl. setCheckState(CheckState newCheckState)
- 
Uses of CheckState in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchangeMethods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange with parameters of type CheckState Modifier and Type Method Description protected 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.
 
-