Interface BasicForm
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
AccountingRegisterForm
,AccumulationRegisterForm
,BusinessProcessForm
,CalculationRegisterForm
,CatalogForm
,ChartOfAccountsForm
,ChartOfCalculationTypesForm
,ChartOfCharacteristicTypesForm
,CommonForm
,CubeForm
,DataProcessorForm
,DimensionTableForm
,DocumentForm
,DocumentJournalForm
,EnumForm
,ExchangePlanForm
,FilterCriterionForm
,InformationRegisterForm
,ReportForm
,SettingsStorageForm
,TableForm
,TaskForm
- All Known Implementing Classes:
AccountingRegisterFormImpl
,AccumulationRegisterFormImpl
,BasicFormImpl
,BusinessProcessFormImpl
,CalculationRegisterFormImpl
,CatalogFormImpl
,ChartOfAccountsFormImpl
,ChartOfCalculationTypesFormImpl
,ChartOfCharacteristicTypesFormImpl
,CommonFormImpl
,CubeFormImpl
,DataProcessorFormImpl
,DimensionTableFormImpl
,DocumentFormImpl
,DocumentJournalFormImpl
,EnumFormImpl
,ExchangePlanFormImpl
,FilterCriterionFormImpl
,InformationRegisterFormImpl
,ReportFormImpl
,SettingsStorageFormImpl
,TableFormImpl
,TaskFormImpl
A representation of the model object 'Basic Form'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetForm()
Returns the value of the 'Form' reference.Returns the value of the 'Form Type' attribute.getHelp()
Returns the value of the 'Help' containment reference.org.eclipse.emf.ecore.EObject
Returns the value of the 'Suppress Object' reference.org.eclipse.emf.common.util.EList<ApplicationUsePurpose>
Returns the value of the 'Use Purposes' attribute list.boolean
Returns the value of the 'Include Help In Contents' attribute.void
setForm
(AbstractForm value) Sets the value of the 'Form
' reference.void
setFormType
(FormType value) Sets the value of the 'Form Type
' attribute.void
Sets the value of the 'Help
' containment reference.void
setIncludeHelpInContents
(boolean value) Sets the value of the 'Include Help In Contents
' attribute.void
setSuppressObject
(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Suppress Object
' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getForm
AbstractForm getForm()Returns the value of the 'Form' reference.- Returns:
- the value of the 'Form' reference.
- See Also:
-
setForm
Sets the value of the 'Form
' reference.- Parameters:
value
- the new value of the 'Form' reference.- See Also:
-
getFormType
FormType getFormType()Returns the value of the 'Form Type' attribute. The default value is"Managed"
. The literals are from the enumerationFormType
.- Returns:
- the value of the 'Form Type' attribute.
- See Also:
-
setFormType
Sets the value of the 'Form Type
' attribute.- Parameters:
value
- the new value of the 'Form Type' attribute.- See Also:
-
isIncludeHelpInContents
boolean isIncludeHelpInContents()Returns the value of the 'Include Help In Contents' attribute.- Returns:
- the value of the 'Include Help In Contents' attribute.
- See Also:
-
setIncludeHelpInContents
void setIncludeHelpInContents(boolean value) Sets the value of the 'Include Help In Contents
' attribute.- Parameters:
value
- the new value of the 'Include Help In Contents' attribute.- See Also:
-
getHelp
Help getHelp()Returns the value of the 'Help' containment reference.- Returns:
- the value of the 'Help' containment reference.
- See Also:
-
setHelp
Sets the value of the 'Help
' containment reference.- Parameters:
value
- the new value of the 'Help' containment reference.- See Also:
-
getUsePurposes
org.eclipse.emf.common.util.EList<ApplicationUsePurpose> getUsePurposes()Returns the value of the 'Use Purposes' attribute list. The list contents are of typeApplicationUsePurpose
. The literals are from the enumerationApplicationUsePurpose
.- Returns:
- the value of the 'Use Purposes' attribute list.
- See Also:
-
getSuppressObject
org.eclipse.emf.ecore.EObject getSuppressObject()Returns the value of the 'Suppress Object' reference.- Returns:
- the value of the 'Suppress Object' reference.
- See Also:
-
setSuppressObject
void setSuppressObject(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Suppress Object
' reference.- Parameters:
value
- the new value of the 'Suppress Object' reference.- See Also:
-