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 TypesDb View DefsParent CubeName In Data SourcePresentation FieldHierarchy Name In Data SourceLevel NumberHierarchicalUnfilled Parent ValueUse Standard CommandsQuick ChoiceDefault Object FormDefault List FormDefault Choice FormObject PresentationExtended Object PresentationList PresentationExtended List PresentationExplanationObject ModuleManager ModuleInclude Help In ContentsHelpFieldsFormsCommandsTemplatesSuppress 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.DimensionTableDbViewDefsgetDbViewDefs()Returns the value of the 'Db View Defs' containment reference.BasicFormgetDefaultChoiceForm()Returns the value of the 'Default Choice Form' reference.BasicFormgetDefaultListForm()Returns the value of the 'Default List Form' reference.BasicFormgetDefaultObjectForm()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.HelpgetHelp()Returns the value of the 'Help' containment reference.StringgetHierarchyNameInDataSource()Returns the value of the 'Hierarchy Name In Data Source' attribute.BigDecimalgetLevelNumber()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.ModulegetManagerModule()Returns the value of the 'Manager Module' reference.StringgetNameInDataSource()Returns the value of the 'Name In Data Source' attribute.ModulegetObjectModule()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.CubegetParentCube()Returns the value of the 'Parent Cube' reference.FieldgetPresentationField()Returns the value of the 'Presentation Field' reference.CubeDimensionTableTypesgetProducedTypes()Returns the value of the 'Produced Types' containment reference.org.eclipse.emf.ecore.EObjectgetSuppressObject()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.ValuegetUnfilledParentValue()Returns the value of the 'Unfilled Parent Value' containment reference.booleanisHierarchical()Returns the value of the 'Hierarchical' attribute.booleanisIncludeHelpInContents()Returns the value of the 'Include Help In Contents' attribute.booleanisQuickChoice()Returns the value of the 'Quick Choice' attribute.booleanisUseStandardCommands()Returns the value of the 'Use Standard Commands' attribute.voidsetDbViewDefs(DimensionTableDbViewDefs value)Sets the value of the 'Db View Defs' containment reference.voidsetDefaultChoiceForm(BasicForm value)Sets the value of the 'Default Choice Form' reference.voidsetDefaultListForm(BasicForm value)Sets the value of the 'Default List Form' reference.voidsetDefaultObjectForm(BasicForm value)Sets the value of the 'Default Object Form' reference.voidsetHelp(Help value)Sets the value of the 'Help' containment reference.voidsetHierarchical(boolean value)Sets the value of the 'Hierarchical' attribute.voidsetHierarchyNameInDataSource(String value)Sets the value of the 'Hierarchy Name In Data Source' attribute.voidsetIncludeHelpInContents(boolean value)Sets the value of the 'Include Help In Contents' attribute.voidsetLevelNumber(BigDecimal value)Sets the value of the 'Level Number' attribute.voidsetManagerModule(Module value)Sets the value of the 'Manager Module' reference.voidsetNameInDataSource(String value)Sets the value of the 'Name In Data Source' attribute.voidsetObjectModule(Module value)Sets the value of the 'Object Module' reference.voidsetParentCube(Cube value)Sets the value of the 'Parent Cube' reference.voidsetPresentationField(Field value)Sets the value of the 'Presentation Field' reference.voidsetProducedTypes(CubeDimensionTableTypes value)Sets the value of the 'Produced Types' containment reference.voidsetQuickChoice(boolean value)Sets the value of the 'Quick Choice' attribute.voidsetSuppressObject(org.eclipse.emf.ecore.EObject value)Sets the value of the 'Suppress Object' reference.voidsetUnfilledParentValue(Value value)Sets the value of the 'Unfilled Parent Value' containment reference.voidsetUseStandardCommands(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()
-
-