Interface ICharacteristicsDescriptionDataPathModel<T extends org.eclipse.emf.ecore.EObject>
- All Superinterfaces:
IAttribute<T,
,org.eclipse.emf.ecore.EStructuralFeature> IEmfAttribute<T>
,IEmfValueAttribute<String,
,T> IModel
,IValidable
,IValue<String>
- All Known Implementing Classes:
BmCharacteristicsDescriptionDataPathModel
,EmfCharacteristicsDescriptionDataPathModel
public interface ICharacteristicsDescriptionDataPathModel<T extends org.eclipse.emf.ecore.EObject>
extends IEmfValueAttribute<String,T>
CharacteristicsDescription
data path field model interface.-
Method Summary
Modifier and TypeMethodDescriptionReturns characteristics parent md-object.Returns the V8 project.Methods inherited from interface com._1c.g5.aef2.models.IAttribute
getObject, getProperty
Methods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, discard, dispose, getChange, 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 Details
-
getV8project
IV8Project getV8project()Returns the V8 project.- Returns:
- the V8 project, never
null
.
-
getParent
MdObject getParent()Returns characteristics parent md-object.- Returns:
- the characteristics parent md-object, cannot be
null
-