Interface BasicCommand
- All Superinterfaces:
Command,org.eclipse.emf.ecore.EObject,MdObject,org.eclipse.emf.common.notify.Notifier,TypeDescriptionProvider
- All Known Subinterfaces:
AccountingRegisterCommand,AccumulationRegisterCommand,BusinessProcessCommand,CalculationRegisterCommand,CatalogCommand,ChartOfAccountsCommand,ChartOfCalculationTypesCommand,ChartOfCharacteristicTypesCommand,CommonCommand,CubeCommand,DataProcessorCommand,DimensionTableCommand,DocumentCommand,DocumentJournalCommand,EnumCommand,ExchangePlanCommand,FilterCriterionCommand,InformationRegisterCommand,ReportCommand,TableCommand,TaskCommand
- All Known Implementing Classes:
AccountingRegisterCommandImpl,AccumulationRegisterCommandImpl,BasicCommandImpl,BusinessProcessCommandImpl,CalculationRegisterCommandImpl,CatalogCommandImpl,ChartOfAccountsCommandImpl,ChartOfCalculationTypesCommandImpl,ChartOfCharacteristicTypesCommandImpl,CommonCommandImpl,CubeCommandImpl,DataProcessorCommandImpl,DimensionTableCommandImpl,DocumentCommandImpl,DocumentJournalCommandImpl,EnumCommandImpl,ExchangePlanCommandImpl,FilterCriterionCommandImpl,InformationRegisterCommandImpl,ReportCommandImpl,TableCommandImpl,TaskCommandImpl
A representation of the model object 'Basic Command'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Command Module' reference.Returns the value of the 'Command Parameter Type' containment reference.getGroup()Returns the value of the 'Group' reference.Returns the value of the 'On Main Server Unavalable Behavior' attribute.Returns the value of the 'Parameter Use Mode' attribute.Returns the value of the 'Picture' containment reference.Returns the value of the 'Representation' attribute.Returns the value of the 'Shortcut' attribute.Returns the value of the 'Tool Tip' map.booleanReturns the value of the 'Modifies Data' attribute.voidsetCommandModule(Module value) Sets the value of the 'Command Module' reference.voidSets the value of the 'Command Parameter Type' containment reference.voidsetGroup(CommandGroup value) Sets the value of the 'Group' reference.voidsetModifiesData(boolean value) Sets the value of the 'Modifies Data' attribute.voidSets the value of the 'On Main Server Unavalable Behavior' attribute.voidSets the value of the 'Parameter Use Mode' attribute.voidsetPicture(Picture value) Sets the value of the 'Picture' containment reference.voidSets the value of the 'Representation' attribute.voidsetShortcut(String value) Sets the value of the 'Shortcut' attribute.booleanMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuidMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.TypeDescriptionProvider
getTypeDescription
-
Method Details
-
getGroup
CommandGroup getGroup()Returns the value of the 'Group' reference.- Returns:
- the value of the 'Group' reference.
- See Also:
-
setGroup
Sets the value of the 'Group' reference.- Parameters:
value- the new value of the 'Group' reference.- See Also:
-
getCommandParameterType
TypeDescription getCommandParameterType()Returns the value of the 'Command Parameter Type' containment reference.- Returns:
- the value of the 'Command Parameter Type' containment reference.
- See Also:
-
setCommandParameterType
Sets the value of the 'Command Parameter Type' containment reference.- Parameters:
value- the new value of the 'Command Parameter Type' containment reference.- See Also:
-
getParameterUseMode
CommandParameterUseMode getParameterUseMode()Returns the value of the 'Parameter Use Mode' attribute. The literals are from the enumerationCommandParameterUseMode.- Returns:
- the value of the 'Parameter Use Mode' attribute.
- See Also:
-
setParameterUseMode
Sets the value of the 'Parameter Use Mode' attribute.- Parameters:
value- the new value of the 'Parameter Use Mode' attribute.- See Also:
-
isModifiesData
boolean isModifiesData()Returns the value of the 'Modifies Data' attribute.- Returns:
- the value of the 'Modifies Data' attribute.
- See Also:
-
setModifiesData
void setModifiesData(boolean value) Sets the value of the 'Modifies Data' attribute.- Parameters:
value- the new value of the 'Modifies Data' attribute.- See Also:
-
getRepresentation
ButtonRepresentation getRepresentation()Returns the value of the 'Representation' attribute. The literals are from the enumerationButtonRepresentation.- Returns:
- the value of the 'Representation' attribute.
- See Also:
-
setRepresentation
Sets the value of the 'Representation' attribute.- Parameters:
value- the new value of the 'Representation' attribute.- See Also:
-
getToolTip
Returns the value of the 'Tool Tip' map. The key is of typeString, and the value is of typeString,- Returns:
- the value of the 'Tool Tip' map.
- See Also:
-
getPicture
Picture getPicture()Returns the value of the 'Picture' containment reference.- Returns:
- the value of the 'Picture' containment reference.
- See Also:
-
setPicture
Sets the value of the 'Picture' containment reference.- Parameters:
value- the new value of the 'Picture' containment reference.- See Also:
-
getShortcut
String getShortcut()Returns the value of the 'Shortcut' attribute.- Returns:
- the value of the 'Shortcut' attribute.
- See Also:
-
setShortcut
Sets the value of the 'Shortcut' attribute.- Parameters:
value- the new value of the 'Shortcut' attribute.- See Also:
-
getCommandModule
Module getCommandModule()Returns the value of the 'Command Module' reference.- Returns:
- the value of the 'Command Module' reference.
- See Also:
-
setCommandModule
Sets the value of the 'Command Module' reference.- Parameters:
value- the new value of the 'Command Module' reference.- See Also:
-
validate
boolean validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)
-