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.viewModels
Fields in com._1c.g5.aef2.standard.viewModels with type parameters of type CheckState Modifier and Type Field Description static 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 CheckState Modifier and Type Method Description static CheckState
CheckState. get(int value)
Returns the 'Check State' literal with the specified integer value.static CheckState
CheckState. get(String literal)
Returns the 'Check State' literal with the specified literal value.static CheckState
CheckState. getByName(String name)
Returns the 'Check State' literal with the specified name.CheckState
CheckedItemViewModel. getCheckState()
Returns the value of the 'Check State' attribute.static CheckState
CheckState. 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 void
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 CheckState Modifier and Type Field Description protected static 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 CheckState Modifier and Type Method Description CheckState
AefStandardFactoryImpl. createCheckStateFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
CheckState
CheckedItemViewModelImpl. getCheckState()
Methods in com._1c.g5.aef2.standard.viewModels.impl with parameters of type CheckState Modifier and Type Method Description void
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 CheckState Modifier and Type Method Description protected 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.
-