Interface AbstractForm
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
Form
- All Known Implementing Classes:
AbstractFormImpl
,FormImpl
public interface AbstractForm extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Abstract Form'.The following features are supported:
- See Also:
MdClassPackage.getAbstractForm()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContextDef
getFormContext()
Returns the value of the 'Form Context' containment reference.org.eclipse.emf.common.util.EList<Event>
getFormEvents()
Returns the value of the 'Form Events' reference list.BasicForm
getMdForm()
Returns the value of the 'Md Form' reference.Module
getModule()
Returns the value of the 'Module' reference.void
setFormContext(ContextDef value)
Sets the value of the 'Form Context
' containment reference.void
setMdForm(BasicForm value)
Sets the value of the 'Md Form
' reference.void
setModule(Module value)
Sets the value of the 'Module
' reference.
-
-
-
Method Detail
-
getFormContext
ContextDef getFormContext()
Returns the value of the 'Form Context' containment reference.- Returns:
- the value of the 'Form Context' containment reference.
- See Also:
setFormContext(ContextDef)
,MdClassPackage.getAbstractForm_FormContext()
-
setFormContext
void setFormContext(ContextDef value)
Sets the value of the 'Form Context
' containment reference.- Parameters:
value
- the new value of the 'Form Context' containment reference.- See Also:
getFormContext()
-
getModule
Module getModule()
Returns the value of the 'Module' reference.- Returns:
- the value of the 'Module' reference.
- See Also:
setModule(com._1c.g5.v8.dt.bsl.model.Module)
,MdClassPackage.getAbstractForm_Module()
-
setModule
void setModule(Module value)
Sets the value of the 'Module
' reference.- Parameters:
value
- the new value of the 'Module' reference.- See Also:
getModule()
-
getFormEvents
org.eclipse.emf.common.util.EList<Event> getFormEvents()
Returns the value of the 'Form Events' reference list. The list contents are of typeEvent
.- Returns:
- the value of the 'Form Events' reference list.
- See Also:
MdClassPackage.getAbstractForm_FormEvents()
-
getMdForm
BasicForm getMdForm()
Returns the value of the 'Md Form' reference.- Returns:
- the value of the 'Md Form' reference.
- See Also:
setMdForm(BasicForm)
,MdClassPackage.getAbstractForm_MdForm()
-
setMdForm
void setMdForm(BasicForm value)
Sets the value of the 'Md Form
' reference.- Parameters:
value
- the new value of the 'Md Form' reference.- See Also:
getMdForm()
-
-