Package com._1c.g5.aef2.emf.models
Class EmfValue<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>
-
- 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
- Direct Known Subclasses:
EmfBorderValue,EmfCharacteristicsDescriptionDataPathModel,EmfCharacteristicsDescriptionFieldModel,EmfChartColorPaletteDescriptionModel,EmfChartLineModel,EmfChartScaleModelValue,EmfCodeModel,EmfColorModel,EmfFontSelectionModel,EmfLabelAreaModelValue,EmfMdTypeLinkModel,EmfPictureModel,EmfSingleLanguageModel,EmfStyleItemTypeModel,EmfUnsettablePropertyFieldModel,EmfValueModel,EmfValueSelectionModel,EmfVersionedValue,NavigatorTreeDialogActionBarEmfValue
public class EmfValue<T> extends Value<T> implements IEmfValueAttribute<T,org.eclipse.emf.ecore.EObject>
Represents a EMF value.- See Also:
IValue
-
-
Constructor Summary
Constructors Constructor Description EmfValue(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature)Instantiates a new EMF value.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()Disposes this model.IChangegetChange()org.eclipse.emf.ecore.EObjectgetObject()Returns the object that keeps the attribute.org.eclipse.emf.ecore.EStructuralFeaturegetProperty()Returns the property.-
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
-
-
-
-
Method Detail
-
getChange
public IChange getChange()
-
dispose
public void dispose()
Description copied from interface:IModelDisposes this model.
-
getObject
public org.eclipse.emf.ecore.EObject getObject()
Description copied from interface:IAttributeReturns the object that keeps the attribute.- Specified by:
getObjectin interfaceIAttribute<org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.EStructuralFeature>- Returns:
- the object that keeps the attribute.
-
getProperty
public org.eclipse.emf.ecore.EStructuralFeature getProperty()
Description copied from interface:IAttributeReturns the property.- Specified by:
getPropertyin interfaceIAttribute<org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.EStructuralFeature>- Returns:
- the property.
-
-