Interface IMdObjectModel
- All Superinterfaces:
IModel
,IValidable
- All Known Subinterfaces:
IMdTypedObjectModel
- All Known Implementing Classes:
FormWizard.FormModel
,MdObjectModel
,MdTypedObjectModel
Model contract for
MdObject
-based wizards.- See Also:
-
Method Summary
Methods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, createWorkingCopy, discard, dispose, getChange, getComponent, isOnline, removeModelListener, setComponent
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validate
-
Method Details
-
getName
-
getSynonym
IMultilanguageModel getSynonym()- Returns:
- the
IMultilanguageModel
model for synonym field.
-
getComment
-
getV8project
IV8Project getV8project()- Returns:
- the
IV8Project
object.
-
getParent
org.eclipse.emf.ecore.EObject getParent()Returns theMdObject
model parent.- Returns:
- the
MdObject
model parent, never {code null}
-
getModelClass
org.eclipse.emf.ecore.EClass getModelClass()Returns the parent wizardMdObject
model class.- Returns:
- the parent wizard
MdObject
model class, never {code null}
-
getUniqueName
UniqueName getUniqueName()- Returns:
- the
UniqueName
instance.
-