Package com._1c.g5.v8.dt.ui.aef.models
Class EmfVersionedValue<T>
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<T>
com._1c.g5.v8.dt.ui.aef.models.EmfVersionedValue<T>
- Type Parameters:
T- the type of editing object.
- All Implemented Interfaces:
IAttribute<org.eclipse.emf.ecore.EObject,,org.eclipse.emf.ecore.EStructuralFeature> IEditableModel,IEmfAttribute<org.eclipse.emf.ecore.EObject>,IModel,IEmfValueAttribute<T,,org.eclipse.emf.ecore.EObject> IValue<T>,IValidable,IVersionedModel
Represents a version-aware EMF object feature value.
-
Constructor Summary
ConstructorsConstructorDescriptionEmfVersionedValue(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, Version version) Instantiates a new EMF value. -
Method Summary
Methods inherited from class com._1c.g5.aef2.emf.models.EmfValue
dispose, getChange, getObject, getPropertyMethods 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, toStringMethods inherited from class com._1c.g5.aef2.models.EditableModel
isEditable, setEditableMethods inherited from class com._1c.g5.aef2.models.Model
addModelListener, beginExternalUpdate, checkOffline, checkOnline, commit, endExternalUpdate, getComponent, getCurrentChangeOrigin, getRunnableQueue, isOnline, notifyModelChanged, notifyModelCommitted, removeModelListener, setComponent, setOnlineMethods inherited from class com._1c.g5.aef2.validators.Validable
addValidator, removeValidator, validate, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, discard, getComponent, isOnline, removeModelListener, setComponentMethods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validateMethods inherited from interface com._1c.g5.aef2.models.value.IValue
addValueListener, createWorkingCopy, get, isEqual, removeValueListener, set
-
Constructor Details
-
EmfVersionedValue
public EmfVersionedValue(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, Version version) Instantiates a new EMF value.- Parameters:
object- the object.feature- the object feature.version- the version, cannot benull.
-
-
Method Details
-
getVersion
Description copied from interface:IVersionedModelGets the version.- Specified by:
getVersionin interfaceIVersionedModel- Returns:
- the version.
-