Class EmfStyleItemTypeModel
java.lang.Object
com._1c.g5.aef2.validators.Validable
com._1c.g5.aef2.models.Model
com._1c.g5.aef2.models.EditableModel
com._1c.g5.aef2.models.value.Value<T>
com._1c.g5.aef2.emf.models.EmfValue<StyleElementType>
com._1c.g5.v8.dt.md.ui.aef.models.EmfStyleItemTypeModel
- All Implemented Interfaces:
IAttribute<org.eclipse.emf.ecore.EObject,
,org.eclipse.emf.ecore.EStructuralFeature> IEditableModel
,IEmfAttribute<org.eclipse.emf.ecore.EObject>
,IModel
,IEmfValueAttribute<StyleElementType,
,org.eclipse.emf.ecore.EObject> IValue<StyleElementType>
,IValidable
StyleItem
type Emf model.-
Constructor Summary
ConstructorsConstructorDescriptionEmfStyleItemTypeModel
(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, IV8Project v8project) Instantiates a new BM value. -
Method Summary
Methods inherited from class com._1c.g5.aef2.emf.models.EmfValue
dispose, getObject, getProperty
Methods inherited from class com._1c.g5.aef2.models.value.Value
addValueListener, createWorkingCopy, discard, get, getCommittedValue, getUncommittedValue, getValidatorTarget, isEqual, notifyValueChanged, queueNotifyValueChanged, removeValueListener, set, setCommittedValue, setUncommittedValue, setValue, toString
Methods inherited from class com._1c.g5.aef2.models.EditableModel
isEditable, setEditable
Methods inherited from class com._1c.g5.aef2.models.Model
addModelListener, beginExternalUpdate, checkOffline, checkOnline, commit, endExternalUpdate, getComponent, getCurrentChangeOrigin, getRunnableQueue, isOnline, notifyModelChanged, notifyModelCommitted, removeModelListener, setComponent, setOnline
Methods inherited from class com._1c.g5.aef2.validators.Validable
addValidator, removeValidator, validate, validate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, discard, getComponent, isOnline, removeModelListener, setComponent
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validate
Methods inherited from interface com._1c.g5.aef2.models.value.IValue
addValueListener, createWorkingCopy, get, isEqual, removeValueListener, set
-
Constructor Details
-
EmfStyleItemTypeModel
public EmfStyleItemTypeModel(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, IV8Project v8project) Instantiates a new BM value.- Parameters:
object
- the object, cannot benull
feature
- the object feature, cannot benull
v8project
- the project parameters, cannot benull
-
-
Method Details
-
getChange
- Specified by:
getChange
in interfaceIModel
- Overrides:
getChange
in classEmfValue<StyleElementType>
- Returns:
- change describing the modifications done to the model.
-