Interface DimensionTable
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
,StandardCommandSource
- All Known Implementing Classes:
DimensionTableImpl
public interface DimensionTable extends MdObject, StandardCommandSource
A representation of the model object 'Dimension Table'.The following features are supported:
Produced Types
Db View Defs
Parent Cube
Name In Data Source
Presentation Field
Hierarchy Name In Data Source
Level Number
Hierarchical
Unfilled Parent Value
Use Standard Commands
Quick Choice
Default Object Form
Default List Form
Default Choice Form
Object Presentation
Extended Object Presentation
List Presentation
Extended List Presentation
Explanation
Object Module
Manager Module
Include Help In Contents
Help
Fields
Forms
Commands
Templates
Suppress Object
- See Also:
MdClassPackage.getDimensionTable()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<DimensionTableCommand>
getCommands()
Returns the value of the 'Commands' containment reference list.DimensionTableDbViewDefs
getDbViewDefs()
Returns the value of the 'Db View Defs' containment reference.BasicForm
getDefaultChoiceForm()
Returns the value of the 'Default Choice Form' reference.BasicForm
getDefaultListForm()
Returns the value of the 'Default List Form' reference.BasicForm
getDefaultObjectForm()
Returns the value of the 'Default Object 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>
getExtendedListPresentation()
Returns the value of the 'Extended List Presentation' map.org.eclipse.emf.common.util.EMap<String,String>
getExtendedObjectPresentation()
Returns the value of the 'Extended Object Presentation' map.org.eclipse.emf.common.util.EList<Field>
getFields()
Returns the value of the 'Fields' containment reference list.org.eclipse.emf.common.util.EList<DimensionTableForm>
getForms()
Returns the value of the 'Forms' containment reference list.Help
getHelp()
Returns the value of the 'Help' containment reference.String
getHierarchyNameInDataSource()
Returns the value of the 'Hierarchy Name In Data Source' attribute.BigDecimal
getLevelNumber()
Returns the value of the 'Level Number' attribute.org.eclipse.emf.common.util.EMap<String,String>
getListPresentation()
Returns the value of the 'List Presentation' map.Module
getManagerModule()
Returns the value of the 'Manager Module' reference.String
getNameInDataSource()
Returns the value of the 'Name In Data Source' attribute.Module
getObjectModule()
Returns the value of the 'Object Module' reference.org.eclipse.emf.common.util.EMap<String,String>
getObjectPresentation()
Returns the value of the 'Object Presentation' map.Cube
getParentCube()
Returns the value of the 'Parent Cube' reference.Field
getPresentationField()
Returns the value of the 'Presentation Field' reference.CubeDimensionTableTypes
getProducedTypes()
Returns the value of the 'Produced Types' containment reference.org.eclipse.emf.ecore.EObject
getSuppressObject()
Returns the value of the 'Suppress Object' reference.org.eclipse.emf.common.util.EList<Template>
getTemplates()
Returns the value of the 'Templates' containment reference list.Value
getUnfilledParentValue()
Returns the value of the 'Unfilled Parent Value' containment reference.boolean
isHierarchical()
Returns the value of the 'Hierarchical' attribute.boolean
isIncludeHelpInContents()
Returns the value of the 'Include Help In Contents' attribute.boolean
isQuickChoice()
Returns the value of the 'Quick Choice' attribute.boolean
isUseStandardCommands()
Returns the value of the 'Use Standard Commands' attribute.void
setDbViewDefs(DimensionTableDbViewDefs value)
Sets the value of the 'Db View Defs
' containment reference.void
setDefaultChoiceForm(BasicForm value)
Sets the value of the 'Default Choice Form
' reference.void
setDefaultListForm(BasicForm value)
Sets the value of the 'Default List Form
' reference.void
setDefaultObjectForm(BasicForm value)
Sets the value of the 'Default Object Form
' reference.void
setHelp(Help value)
Sets the value of the 'Help
' containment reference.void
setHierarchical(boolean value)
Sets the value of the 'Hierarchical
' attribute.void
setHierarchyNameInDataSource(String value)
Sets the value of the 'Hierarchy Name In Data Source
' attribute.void
setIncludeHelpInContents(boolean value)
Sets the value of the 'Include Help In Contents
' attribute.void
setLevelNumber(BigDecimal value)
Sets the value of the 'Level Number
' attribute.void
setManagerModule(Module value)
Sets the value of the 'Manager Module
' reference.void
setNameInDataSource(String value)
Sets the value of the 'Name In Data Source
' attribute.void
setObjectModule(Module value)
Sets the value of the 'Object Module
' reference.void
setParentCube(Cube value)
Sets the value of the 'Parent Cube
' reference.void
setPresentationField(Field value)
Sets the value of the 'Presentation Field
' reference.void
setProducedTypes(CubeDimensionTableTypes value)
Sets the value of the 'Produced Types
' containment reference.void
setQuickChoice(boolean value)
Sets the value of the 'Quick Choice
' attribute.void
setSuppressObject(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Suppress Object
' reference.void
setUnfilledParentValue(Value value)
Sets the value of the 'Unfilled Parent Value
' containment reference.void
setUseStandardCommands(boolean value)
Sets the value of the 'Use Standard Commands
' attribute.-
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
-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.StandardCommandSource
getStandardCommands
-
-
-
-
Method Detail
-
getProducedTypes
CubeDimensionTableTypes getProducedTypes()
Returns the value of the 'Produced Types' containment reference.- Returns:
- the value of the 'Produced Types' containment reference.
- See Also:
setProducedTypes(CubeDimensionTableTypes)
,MdClassPackage.getDimensionTable_ProducedTypes()
-
setProducedTypes
void setProducedTypes(CubeDimensionTableTypes value)
Sets the value of the 'Produced Types
' containment reference.- Parameters:
value
- the new value of the 'Produced Types' containment reference.- See Also:
getProducedTypes()
-
getDbViewDefs
DimensionTableDbViewDefs getDbViewDefs()
Returns the value of the 'Db View Defs' containment reference.- Returns:
- the value of the 'Db View Defs' containment reference.
- See Also:
setDbViewDefs(DimensionTableDbViewDefs)
,MdClassPackage.getDimensionTable_DbViewDefs()
-
setDbViewDefs
void setDbViewDefs(DimensionTableDbViewDefs value)
Sets the value of the 'Db View Defs
' containment reference.- Parameters:
value
- the new value of the 'Db View Defs' containment reference.- See Also:
getDbViewDefs()
-
getParentCube
Cube getParentCube()
Returns the value of the 'Parent Cube' reference.- Returns:
- the value of the 'Parent Cube' reference.
- See Also:
setParentCube(Cube)
,MdClassPackage.getDimensionTable_ParentCube()
-
setParentCube
void setParentCube(Cube value)
Sets the value of the 'Parent Cube
' reference.- Parameters:
value
- the new value of the 'Parent Cube' reference.- See Also:
getParentCube()
-
getNameInDataSource
String getNameInDataSource()
Returns the value of the 'Name In Data Source' attribute.- Returns:
- the value of the 'Name In Data Source' attribute.
- See Also:
setNameInDataSource(String)
,MdClassPackage.getDimensionTable_NameInDataSource()
-
setNameInDataSource
void setNameInDataSource(String value)
Sets the value of the 'Name In Data Source
' attribute.- Parameters:
value
- the new value of the 'Name In Data Source' attribute.- See Also:
getNameInDataSource()
-
getPresentationField
Field getPresentationField()
Returns the value of the 'Presentation Field' reference.- Returns:
- the value of the 'Presentation Field' reference.
- See Also:
setPresentationField(Field)
,MdClassPackage.getDimensionTable_PresentationField()
-
setPresentationField
void setPresentationField(Field value)
Sets the value of the 'Presentation Field
' reference.- Parameters:
value
- the new value of the 'Presentation Field' reference.- See Also:
getPresentationField()
-
getHierarchyNameInDataSource
String getHierarchyNameInDataSource()
Returns the value of the 'Hierarchy Name In Data Source' attribute.- Returns:
- the value of the 'Hierarchy Name In Data Source' attribute.
- See Also:
setHierarchyNameInDataSource(String)
,MdClassPackage.getDimensionTable_HierarchyNameInDataSource()
-
setHierarchyNameInDataSource
void setHierarchyNameInDataSource(String value)
Sets the value of the 'Hierarchy Name In Data Source
' attribute.- Parameters:
value
- the new value of the 'Hierarchy Name In Data Source' attribute.- See Also:
getHierarchyNameInDataSource()
-
getLevelNumber
BigDecimal getLevelNumber()
Returns the value of the 'Level Number' attribute.- Returns:
- the value of the 'Level Number' attribute.
- See Also:
setLevelNumber(BigDecimal)
,MdClassPackage.getDimensionTable_LevelNumber()
-
setLevelNumber
void setLevelNumber(BigDecimal value)
Sets the value of the 'Level Number
' attribute.- Parameters:
value
- the new value of the 'Level Number' attribute.- See Also:
getLevelNumber()
-
isHierarchical
boolean isHierarchical()
Returns the value of the 'Hierarchical' attribute.- Returns:
- the value of the 'Hierarchical' attribute.
- See Also:
setHierarchical(boolean)
,MdClassPackage.getDimensionTable_Hierarchical()
-
setHierarchical
void setHierarchical(boolean value)
Sets the value of the 'Hierarchical
' attribute.- Parameters:
value
- the new value of the 'Hierarchical' attribute.- See Also:
isHierarchical()
-
getUnfilledParentValue
Value getUnfilledParentValue()
Returns the value of the 'Unfilled Parent Value' containment reference.- Returns:
- the value of the 'Unfilled Parent Value' containment reference.
- See Also:
setUnfilledParentValue(Value)
,MdClassPackage.getDimensionTable_UnfilledParentValue()
-
setUnfilledParentValue
void setUnfilledParentValue(Value value)
Sets the value of the 'Unfilled Parent Value
' containment reference.- Parameters:
value
- the new value of the 'Unfilled Parent Value' containment reference.- See Also:
getUnfilledParentValue()
-
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.getDimensionTable_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()
-
isQuickChoice
boolean isQuickChoice()
Returns the value of the 'Quick Choice' attribute.- Returns:
- the value of the 'Quick Choice' attribute.
- See Also:
setQuickChoice(boolean)
,MdClassPackage.getDimensionTable_QuickChoice()
-
setQuickChoice
void setQuickChoice(boolean value)
Sets the value of the 'Quick Choice
' attribute.- Parameters:
value
- the new value of the 'Quick Choice' attribute.- See Also:
isQuickChoice()
-
getDefaultObjectForm
BasicForm getDefaultObjectForm()
Returns the value of the 'Default Object Form' reference.- Returns:
- the value of the 'Default Object Form' reference.
- See Also:
setDefaultObjectForm(BasicForm)
,MdClassPackage.getDimensionTable_DefaultObjectForm()
-
setDefaultObjectForm
void setDefaultObjectForm(BasicForm value)
Sets the value of the 'Default Object Form
' reference.- Parameters:
value
- the new value of the 'Default Object Form' reference.- See Also:
getDefaultObjectForm()
-
getDefaultListForm
BasicForm getDefaultListForm()
Returns the value of the 'Default List Form' reference.- Returns:
- the value of the 'Default List Form' reference.
- See Also:
setDefaultListForm(BasicForm)
,MdClassPackage.getDimensionTable_DefaultListForm()
-
setDefaultListForm
void setDefaultListForm(BasicForm value)
Sets the value of the 'Default List Form
' reference.- Parameters:
value
- the new value of the 'Default List Form' reference.- See Also:
getDefaultListForm()
-
getDefaultChoiceForm
BasicForm getDefaultChoiceForm()
Returns the value of the 'Default Choice Form' reference.- Returns:
- the value of the 'Default Choice Form' reference.
- See Also:
setDefaultChoiceForm(BasicForm)
,MdClassPackage.getDimensionTable_DefaultChoiceForm()
-
setDefaultChoiceForm
void setDefaultChoiceForm(BasicForm value)
Sets the value of the 'Default Choice Form
' reference.- Parameters:
value
- the new value of the 'Default Choice Form' reference.- See Also:
getDefaultChoiceForm()
-
getObjectPresentation
org.eclipse.emf.common.util.EMap<String,String> getObjectPresentation()
Returns the value of the 'Object Presentation' map. The key is of typeString
, and the value is of typeString
,- Returns:
- the value of the 'Object Presentation' map.
- See Also:
MdClassPackage.getDimensionTable_ObjectPresentation()
-
getExtendedObjectPresentation
org.eclipse.emf.common.util.EMap<String,String> getExtendedObjectPresentation()
Returns the value of the 'Extended Object Presentation' map. The key is of typeString
, and the value is of typeString
,- Returns:
- the value of the 'Extended Object Presentation' map.
- See Also:
MdClassPackage.getDimensionTable_ExtendedObjectPresentation()
-
getListPresentation
org.eclipse.emf.common.util.EMap<String,String> getListPresentation()
Returns the value of the 'List Presentation' map. The key is of typeString
, and the value is of typeString
,- Returns:
- the value of the 'List Presentation' map.
- See Also:
MdClassPackage.getDimensionTable_ListPresentation()
-
getExtendedListPresentation
org.eclipse.emf.common.util.EMap<String,String> getExtendedListPresentation()
Returns the value of the 'Extended List Presentation' map. The key is of typeString
, and the value is of typeString
,- Returns:
- the value of the 'Extended List Presentation' map.
- See Also:
MdClassPackage.getDimensionTable_ExtendedListPresentation()
-
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.getDimensionTable_Explanation()
-
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.getDimensionTable_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.getDimensionTable_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.getDimensionTable_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.getDimensionTable_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()
-
getFields
org.eclipse.emf.common.util.EList<Field> getFields()
Returns the value of the 'Fields' containment reference list. The list contents are of typeField
.- Returns:
- the value of the 'Fields' containment reference list.
- See Also:
MdClassPackage.getDimensionTable_Fields()
-
getForms
org.eclipse.emf.common.util.EList<DimensionTableForm> getForms()
Returns the value of the 'Forms' containment reference list. The list contents are of typeDimensionTableForm
.- Returns:
- the value of the 'Forms' containment reference list.
- See Also:
MdClassPackage.getDimensionTable_Forms()
-
getCommands
org.eclipse.emf.common.util.EList<DimensionTableCommand> getCommands()
Returns the value of the 'Commands' containment reference list. The list contents are of typeDimensionTableCommand
.- Returns:
- the value of the 'Commands' containment reference list.
- See Also:
MdClassPackage.getDimensionTable_Commands()
-
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.getDimensionTable_Templates()
-
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.getDimensionTable_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()
-
-