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
public interface BasicForm extends MdObject
A representation of the model object 'Basic Form'.The following features are supported:
- See Also:
MdClassPackage.getBasicForm()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractForm
getForm()
Returns the value of the 'Form' reference.FormType
getFormType()
Returns the value of the 'Form Type' attribute.Help
getHelp()
Returns the value of the 'Help' containment reference.org.eclipse.emf.ecore.EObject
getSuppressObject()
Returns the value of the 'Suppress Object' reference.org.eclipse.emf.common.util.EList<ApplicationUsePurpose>
getUsePurposes()
Returns the value of the 'Use Purposes' attribute list.boolean
isIncludeHelpInContents()
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
setHelp(Help value)
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
-
-
-
-
Method Detail
-
getForm
AbstractForm getForm()
Returns the value of the 'Form' reference.- Returns:
- the value of the 'Form' reference.
- See Also:
setForm(AbstractForm)
,MdClassPackage.getBasicForm_Form()
-
setForm
void setForm(AbstractForm value)
Sets the value of the 'Form
' reference.- Parameters:
value
- the new value of the 'Form' reference.- See Also:
getForm()
-
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:
FormType
,setFormType(FormType)
,MdClassPackage.getBasicForm_FormType()
-
setFormType
void setFormType(FormType value)
Sets the value of the 'Form Type
' attribute.- Parameters:
value
- the new value of the 'Form Type' attribute.- See Also:
FormType
,getFormType()
-
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(boolean)
,MdClassPackage.getBasicForm_IncludeHelpInContents()
-
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:
isIncludeHelpInContents()
-
getHelp
Help getHelp()
Returns the value of the 'Help' containment reference.- Returns:
- the value of the 'Help' containment reference.
- See Also:
setHelp(Help)
,MdClassPackage.getBasicForm_Help()
-
setHelp
void setHelp(Help value)
Sets the value of the 'Help
' containment reference.- Parameters:
value
- the new value of the 'Help' containment reference.- See Also:
getHelp()
-
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:
ApplicationUsePurpose
,MdClassPackage.getBasicForm_UsePurposes()
-
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(EObject)
,MdClassPackage.getBasicForm_SuppressObject()
-
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:
getSuppressObject()
-
-