Interface Report
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,FieldSource
,MdObject
,org.eclipse.emf.common.notify.Notifier
,StandardCommandSource
- All Known Implementing Classes:
ReportImpl
public interface Report extends MdObject, FieldSource, StandardCommandSource
A representation of the model object 'Report'.The following features are supported:
Produced Types
Use Standard Commands
Default Form
Auxiliary Form
Main Data Composition Schema
Default Settings Form
Auxiliary Settings Form
Default Variant Form
Variants Storage
Settings Storage
Object Module
Manager Module
Include Help In Contents
Help
Extended Presentation
Explanation
Attributes
Tabular Sections
Forms
Templates
Commands
Suppress Object
- See Also:
MdClassPackage.getReport()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<ReportAttribute>
getAttributes()
Returns the value of the 'Attributes' containment reference list.BasicForm
getAuxiliaryForm()
Returns the value of the 'Auxiliary Form' reference.BasicForm
getAuxiliarySettingsForm()
Returns the value of the 'Auxiliary Settings Form' reference.org.eclipse.emf.common.util.EList<ReportCommand>
getCommands()
Returns the value of the 'Commands' containment reference list.BasicForm
getDefaultForm()
Returns the value of the 'Default Form' reference.BasicForm
getDefaultSettingsForm()
Returns the value of the 'Default Settings Form' reference.BasicForm
getDefaultVariantForm()
Returns the value of the 'Default Variant Form' reference.org.eclipse.emf.common.util.EMap<String,String>
getExplanation()
Returns the value of the 'Explanation' map.org.eclipse.emf.common.util.EMap<String,String>
getExtendedPresentation()
Returns the value of the 'Extended Presentation' map.org.eclipse.emf.common.util.EList<ReportForm>
getForms()
Returns the value of the 'Forms' containment reference list.Help
getHelp()
Returns the value of the 'Help' containment reference.BasicTemplate
getMainDataCompositionSchema()
Returns the value of the 'Main Data Composition Schema' reference.Module
getManagerModule()
Returns the value of the 'Manager Module' reference.Module
getObjectModule()
Returns the value of the 'Object Module' reference.ReportTypes
getProducedTypes()
Returns the value of the 'Produced Types' containment reference.SettingsStorage
getSettingsStorage()
Returns the value of the 'Settings Storage' reference.org.eclipse.emf.ecore.EObject
getSuppressObject()
Returns the value of the 'Suppress Object' reference.org.eclipse.emf.common.util.EList<ReportTabularSection>
getTabularSections()
Returns the value of the 'Tabular Sections' containment reference list.org.eclipse.emf.common.util.EList<Template>
getTemplates()
Returns the value of the 'Templates' containment reference list.SettingsStorage
getVariantsStorage()
Returns the value of the 'Variants Storage' reference.boolean
isIncludeHelpInContents()
Returns the value of the 'Include Help In Contents' attribute.boolean
isUseStandardCommands()
Returns the value of the 'Use Standard Commands' attribute.void
setAuxiliaryForm(BasicForm value)
Sets the value of the 'Auxiliary Form
' reference.void
setAuxiliarySettingsForm(BasicForm value)
Sets the value of the 'Auxiliary Settings Form
' reference.void
setDefaultForm(BasicForm value)
Sets the value of the 'Default Form
' reference.void
setDefaultSettingsForm(BasicForm value)
Sets the value of the 'Default Settings Form
' reference.void
setDefaultVariantForm(BasicForm value)
Sets the value of the 'Default Variant Form
' reference.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
setMainDataCompositionSchema(BasicTemplate value)
Sets the value of the 'Main Data Composition Schema
' reference.void
setManagerModule(Module value)
Sets the value of the 'Manager Module
' reference.void
setObjectModule(Module value)
Sets the value of the 'Object Module
' reference.void
setProducedTypes(ReportTypes value)
Sets the value of the 'Produced Types
' containment reference.void
setSettingsStorage(SettingsStorage value)
Sets the value of the 'Settings Storage
' reference.void
setSuppressObject(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Suppress Object
' reference.void
setUseStandardCommands(boolean value)
Sets the value of the 'Use Standard Commands
' attribute.void
setVariantsStorage(SettingsStorage value)
Sets the value of the 'Variants Storage
' reference.boolean
validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-
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.mcore.FieldSource
getFields, getRefFieldSources
-
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
-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.StandardCommandSource
getStandardCommands
-
-
-
-
Method Detail
-
getProducedTypes
ReportTypes getProducedTypes()
Returns the value of the 'Produced Types' containment reference.- Returns:
- the value of the 'Produced Types' containment reference.
- See Also:
setProducedTypes(ReportTypes)
,MdClassPackage.getReport_ProducedTypes()
-
setProducedTypes
void setProducedTypes(ReportTypes value)
Sets the value of the 'Produced Types
' containment reference.- Parameters:
value
- the new value of the 'Produced Types' containment reference.- See Also:
getProducedTypes()
-
isUseStandardCommands
boolean isUseStandardCommands()
Returns the value of the 'Use Standard Commands' attribute.- Returns:
- the value of the 'Use Standard Commands' attribute.
- See Also:
setUseStandardCommands(boolean)
,MdClassPackage.getReport_UseStandardCommands()
-
setUseStandardCommands
void setUseStandardCommands(boolean value)
Sets the value of the 'Use Standard Commands
' attribute.- Parameters:
value
- the new value of the 'Use Standard Commands' attribute.- See Also:
isUseStandardCommands()
-
getDefaultForm
BasicForm getDefaultForm()
Returns the value of the 'Default Form' reference.- Returns:
- the value of the 'Default Form' reference.
- See Also:
setDefaultForm(BasicForm)
,MdClassPackage.getReport_DefaultForm()
-
setDefaultForm
void setDefaultForm(BasicForm value)
Sets the value of the 'Default Form
' reference.- Parameters:
value
- the new value of the 'Default Form' reference.- See Also:
getDefaultForm()
-
getAuxiliaryForm
BasicForm getAuxiliaryForm()
Returns the value of the 'Auxiliary Form' reference.- Returns:
- the value of the 'Auxiliary Form' reference.
- See Also:
setAuxiliaryForm(BasicForm)
,MdClassPackage.getReport_AuxiliaryForm()
-
setAuxiliaryForm
void setAuxiliaryForm(BasicForm value)
Sets the value of the 'Auxiliary Form
' reference.- Parameters:
value
- the new value of the 'Auxiliary Form' reference.- See Also:
getAuxiliaryForm()
-
getMainDataCompositionSchema
BasicTemplate getMainDataCompositionSchema()
Returns the value of the 'Main Data Composition Schema' reference.- Returns:
- the value of the 'Main Data Composition Schema' reference.
- See Also:
setMainDataCompositionSchema(BasicTemplate)
,MdClassPackage.getReport_MainDataCompositionSchema()
-
setMainDataCompositionSchema
void setMainDataCompositionSchema(BasicTemplate value)
Sets the value of the 'Main Data Composition Schema
' reference.- Parameters:
value
- the new value of the 'Main Data Composition Schema' reference.- See Also:
getMainDataCompositionSchema()
-
getDefaultSettingsForm
BasicForm getDefaultSettingsForm()
Returns the value of the 'Default Settings Form' reference.- Returns:
- the value of the 'Default Settings Form' reference.
- See Also:
setDefaultSettingsForm(BasicForm)
,MdClassPackage.getReport_DefaultSettingsForm()
-
setDefaultSettingsForm
void setDefaultSettingsForm(BasicForm value)
Sets the value of the 'Default Settings Form
' reference.- Parameters:
value
- the new value of the 'Default Settings Form' reference.- See Also:
getDefaultSettingsForm()
-
getAuxiliarySettingsForm
BasicForm getAuxiliarySettingsForm()
Returns the value of the 'Auxiliary Settings Form' reference.- Returns:
- the value of the 'Auxiliary Settings Form' reference.
- See Also:
setAuxiliarySettingsForm(BasicForm)
,MdClassPackage.getReport_AuxiliarySettingsForm()
-
setAuxiliarySettingsForm
void setAuxiliarySettingsForm(BasicForm value)
Sets the value of the 'Auxiliary Settings Form
' reference.- Parameters:
value
- the new value of the 'Auxiliary Settings Form' reference.- See Also:
getAuxiliarySettingsForm()
-
getDefaultVariantForm
BasicForm getDefaultVariantForm()
Returns the value of the 'Default Variant Form' reference.- Returns:
- the value of the 'Default Variant Form' reference.
- See Also:
setDefaultVariantForm(BasicForm)
,MdClassPackage.getReport_DefaultVariantForm()
-
setDefaultVariantForm
void setDefaultVariantForm(BasicForm value)
Sets the value of the 'Default Variant Form
' reference.- Parameters:
value
- the new value of the 'Default Variant Form' reference.- See Also:
getDefaultVariantForm()
-
getVariantsStorage
SettingsStorage getVariantsStorage()
Returns the value of the 'Variants Storage' reference.- Returns:
- the value of the 'Variants Storage' reference.
- See Also:
setVariantsStorage(SettingsStorage)
,MdClassPackage.getReport_VariantsStorage()
-
setVariantsStorage
void setVariantsStorage(SettingsStorage value)
Sets the value of the 'Variants Storage
' reference.- Parameters:
value
- the new value of the 'Variants Storage' reference.- See Also:
getVariantsStorage()
-
getSettingsStorage
SettingsStorage getSettingsStorage()
Returns the value of the 'Settings Storage' reference.- Returns:
- the value of the 'Settings Storage' reference.
- See Also:
setSettingsStorage(SettingsStorage)
,MdClassPackage.getReport_SettingsStorage()
-
setSettingsStorage
void setSettingsStorage(SettingsStorage value)
Sets the value of the 'Settings Storage
' reference.- Parameters:
value
- the new value of the 'Settings Storage' reference.- See Also:
getSettingsStorage()
-
getObjectModule
Module getObjectModule()
Returns the value of the 'Object Module' reference.- Returns:
- the value of the 'Object Module' reference.
- See Also:
setObjectModule(com._1c.g5.v8.dt.bsl.model.Module)
,MdClassPackage.getReport_ObjectModule()
-
setObjectModule
void setObjectModule(Module value)
Sets the value of the 'Object Module
' reference.- Parameters:
value
- the new value of the 'Object Module' reference.- See Also:
getObjectModule()
-
getManagerModule
Module getManagerModule()
Returns the value of the 'Manager Module' reference.- Returns:
- the value of the 'Manager Module' reference.
- See Also:
setManagerModule(com._1c.g5.v8.dt.bsl.model.Module)
,MdClassPackage.getReport_ManagerModule()
-
setManagerModule
void setManagerModule(Module value)
Sets the value of the 'Manager Module
' reference.- Parameters:
value
- the new value of the 'Manager Module' reference.- See Also:
getManagerModule()
-
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.getReport_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.getReport_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()
-
getExtendedPresentation
org.eclipse.emf.common.util.EMap<String,String> getExtendedPresentation()
Returns the value of the 'Extended Presentation' map. The key is of typeString
, and the value is of typeString
,- Returns:
- the value of the 'Extended Presentation' map.
- See Also:
MdClassPackage.getReport_ExtendedPresentation()
-
getExplanation
org.eclipse.emf.common.util.EMap<String,String> getExplanation()
Returns the value of the 'Explanation' map. The key is of typeString
, and the value is of typeString
,- Returns:
- the value of the 'Explanation' map.
- See Also:
MdClassPackage.getReport_Explanation()
-
getAttributes
org.eclipse.emf.common.util.EList<ReportAttribute> getAttributes()
Returns the value of the 'Attributes' containment reference list. The list contents are of typeReportAttribute
.- Returns:
- the value of the 'Attributes' containment reference list.
- See Also:
MdClassPackage.getReport_Attributes()
-
getTabularSections
org.eclipse.emf.common.util.EList<ReportTabularSection> getTabularSections()
Returns the value of the 'Tabular Sections' containment reference list. The list contents are of typeReportTabularSection
.- Returns:
- the value of the 'Tabular Sections' containment reference list.
- See Also:
MdClassPackage.getReport_TabularSections()
-
getForms
org.eclipse.emf.common.util.EList<ReportForm> getForms()
Returns the value of the 'Forms' containment reference list. The list contents are of typeReportForm
.- Returns:
- the value of the 'Forms' containment reference list.
- See Also:
MdClassPackage.getReport_Forms()
-
getTemplates
org.eclipse.emf.common.util.EList<Template> getTemplates()
Returns the value of the 'Templates' containment reference list. The list contents are of typeTemplate
.- Returns:
- the value of the 'Templates' containment reference list.
- See Also:
MdClassPackage.getReport_Templates()
-
getCommands
org.eclipse.emf.common.util.EList<ReportCommand> getCommands()
Returns the value of the 'Commands' containment reference list. The list contents are of typeReportCommand
.- Returns:
- the value of the 'Commands' containment reference list.
- See Also:
MdClassPackage.getReport_Commands()
-
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.getReport_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()
-
-