Class CheckedItemViewModelImpl
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.BasicNotifierImpl
-
- org.eclipse.emf.ecore.impl.BasicEObjectImpl
-
- org.eclipse.emf.ecore.impl.MinimalEObjectImpl
-
- org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
-
- com._1c.g5.aef2.standard.viewModels.impl.ItemViewModelImpl
-
- com._1c.g5.aef2.standard.viewModels.impl.CheckedItemViewModelImpl
-
- All Implemented Interfaces:
CheckedItemViewModel,ItemViewModel,IViewModel,org.eclipse.emf.common.notify.Notifier,org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder,org.eclipse.emf.ecore.InternalEObject
- Direct Known Subclasses:
TableItemViewModelImpl,TreeItemViewModelImpl
public class CheckedItemViewModelImpl extends ItemViewModelImpl implements CheckedItemViewModel
An implementation of the model object 'Checked Item View Model'.The following features are implemented:
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
-
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanboldThe cached value of the 'Bold' attribute.protected static booleanBOLD_EDEFAULTThe default value of the 'Bold' attribute.protected static CheckStateCHECK_STATE_EDEFAULTThe default value of the 'Check State' attribute.protected CheckStatecheckStateThe cached value of the 'Check State' attribute.protected booleaneditableThe cached value of the 'Editable' attribute.protected static booleanEDITABLE_EDEFAULTThe default value of the 'Editable' attribute.protected booleanunresolvedThe cached value of the 'Unresolved' attribute.protected static booleanUNRESOLVED_EDEFAULTThe default value of the 'Unresolved' attribute.-
Fields inherited from class com._1c.g5.aef2.standard.viewModels.impl.ItemViewModelImpl
EVENT_CHANNEL_EDEFAULT, eventChannel, icon, ICON_EDEFAULT, text, TEXT_EDEFAULT
-
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCheckedItemViewModelImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjecteGet(int featureID, boolean resolve, boolean coreType)booleaneIsSet(int featureID)voideSet(int featureID, Object newValue)protected org.eclipse.emf.ecore.EClasseStaticClass()voideUnset(int featureID)CheckStategetCheckState()booleanisBold()booleanisEditable()booleanisUnresolved()voidsetBold(boolean newBold)voidsetCheckState(CheckState newCheckState)voidsetEditable(boolean newEditable)voidsetUnresolved(boolean newUnresolved)StringtoString()-
Methods inherited from class com._1c.g5.aef2.standard.viewModels.impl.ItemViewModelImpl
basicGetParent, basicSetParent, eBasicRemoveFromContainerFeature, eInverseAdd, eInverseRemove, getEventChannel, getIcon, getParent, getText, setEventChannel, setIcon, setParent, setText
-
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eBasicSetContainer, eInternalContainer
-
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettings
-
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
-
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com._1c.g5.aef2.standard.viewModels.ItemViewModel
getIcon, getText, setIcon, setText
-
Methods inherited from interface com._1c.g5.aef2.viewModels.IViewModel
getEventChannel, getParent, setEventChannel, setParent
-
-
-
-
Field Detail
-
CHECK_STATE_EDEFAULT
protected static final CheckState CHECK_STATE_EDEFAULT
The default value of the 'Check State' attribute.- See Also:
getCheckState()
-
checkState
protected CheckState checkState
The cached value of the 'Check State' attribute.- See Also:
getCheckState()
-
EDITABLE_EDEFAULT
protected static final boolean EDITABLE_EDEFAULT
The default value of the 'Editable' attribute.- See Also:
isEditable(), Constant Field Values
-
editable
protected boolean editable
The cached value of the 'Editable' attribute.- See Also:
isEditable()
-
BOLD_EDEFAULT
protected static final boolean BOLD_EDEFAULT
The default value of the 'Bold' attribute.- See Also:
isBold(), Constant Field Values
-
UNRESOLVED_EDEFAULT
protected static final boolean UNRESOLVED_EDEFAULT
The default value of the 'Unresolved' attribute.- See Also:
isUnresolved(), Constant Field Values
-
unresolved
protected boolean unresolved
The cached value of the 'Unresolved' attribute.- See Also:
isUnresolved()
-
-
Method Detail
-
eStaticClass
protected org.eclipse.emf.ecore.EClass eStaticClass()
- Overrides:
eStaticClassin classItemViewModelImpl
-
getCheckState
public CheckState getCheckState()
- Specified by:
getCheckStatein interfaceCheckedItemViewModel- Returns:
- the value of the 'Check State' attribute.
- See Also:
CheckState,CheckedItemViewModel.setCheckState(CheckState),AefStandardPackage.getCheckedItemViewModel_CheckState()
-
setCheckState
public void setCheckState(CheckState newCheckState)
- Specified by:
setCheckStatein interfaceCheckedItemViewModel- Parameters:
newCheckState- the new value of the 'Check State' attribute.- See Also:
CheckState,CheckedItemViewModel.getCheckState()
-
isEditable
public boolean isEditable()
- Specified by:
isEditablein interfaceCheckedItemViewModel- Returns:
- the value of the 'Editable' attribute.
- See Also:
CheckedItemViewModel.setEditable(boolean),AefStandardPackage.getCheckedItemViewModel_Editable()
-
setEditable
public void setEditable(boolean newEditable)
- Specified by:
setEditablein interfaceCheckedItemViewModel- Parameters:
newEditable- the new value of the 'Editable' attribute.- See Also:
CheckedItemViewModel.isEditable()
-
isBold
public boolean isBold()
- Specified by:
isBoldin interfaceCheckedItemViewModel- Returns:
- the value of the 'Bold' attribute.
- See Also:
CheckedItemViewModel.setBold(boolean),AefStandardPackage.getCheckedItemViewModel_Bold()
-
setBold
public void setBold(boolean newBold)
- Specified by:
setBoldin interfaceCheckedItemViewModel- Parameters:
newBold- the new value of the 'Bold' attribute.- See Also:
CheckedItemViewModel.isBold()
-
isUnresolved
public boolean isUnresolved()
- Specified by:
isUnresolvedin interfaceCheckedItemViewModel- Returns:
- the value of the 'Unresolved' attribute.
- See Also:
CheckedItemViewModel.setUnresolved(boolean),AefStandardPackage.getCheckedItemViewModel_Unresolved()
-
setUnresolved
public void setUnresolved(boolean newUnresolved)
- Specified by:
setUnresolvedin interfaceCheckedItemViewModel- Parameters:
newUnresolved- the new value of the 'Unresolved' attribute.- See Also:
CheckedItemViewModel.isUnresolved()
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGetin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eGetin classItemViewModelImpl
-
eSet
public void eSet(int featureID, Object newValue)- Specified by:
eSetin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eSetin classItemViewModelImpl
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnsetin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eUnsetin classItemViewModelImpl
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSetin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eIsSetin classItemViewModelImpl
-
toString
public String toString()
- Overrides:
toStringin classItemViewModelImpl
-
-