Interface BasicCommand
-
- All Superinterfaces:
Command
,org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
- 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
public interface BasicCommand extends MdObject, Command
A representation of the model object 'Basic Command'.The following features are supported:
- See Also:
MdClassPackage.getBasicCommand()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Module
getCommandModule()
Returns the value of the 'Command Module' reference.TypeDescription
getCommandParameterType()
Returns the value of the 'Command Parameter Type' containment reference.CommandGroup
getGroup()
Returns the value of the 'Group' reference.OnMainServerUnavalableBehavior
getOnMainServerUnavalableBehavior()
Returns the value of the 'On Main Server Unavalable Behavior' attribute.CommandParameterUseMode
getParameterUseMode()
Returns the value of the 'Parameter Use Mode' attribute.Picture
getPicture()
Returns the value of the 'Picture' containment reference.ButtonRepresentation
getRepresentation()
Returns the value of the 'Representation' attribute.String
getShortcut()
Returns the value of the 'Shortcut' attribute.org.eclipse.emf.common.util.EMap<String,String>
getToolTip()
Returns the value of the 'Tool Tip' map.boolean
isModifiesData()
Returns the value of the 'Modifies Data' attribute.void
setCommandModule(Module value)
Sets the value of the 'Command Module
' reference.void
setCommandParameterType(TypeDescription value)
Sets the value of the 'Command Parameter Type
' containment reference.void
setGroup(CommandGroup value)
Sets the value of the 'Group
' reference.void
setModifiesData(boolean value)
Sets the value of the 'Modifies Data
' attribute.void
setOnMainServerUnavalableBehavior(OnMainServerUnavalableBehavior value)
Sets the value of the 'On Main Server Unavalable Behavior
' attribute.void
setParameterUseMode(CommandParameterUseMode value)
Sets the value of the 'Parameter Use Mode
' attribute.void
setPicture(Picture value)
Sets the value of the 'Picture
' containment reference.void
setRepresentation(ButtonRepresentation value)
Sets the value of the 'Representation
' attribute.void
setShortcut(String value)
Sets the value of the 'Shortcut
' attribute.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.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
-
-
-
-
Method Detail
-
getGroup
CommandGroup getGroup()
Returns the value of the 'Group' reference.- Returns:
- the value of the 'Group' reference.
- See Also:
setGroup(CommandGroup)
,MdClassPackage.getBasicCommand_Group()
-
setGroup
void setGroup(CommandGroup value)
Sets the value of the 'Group
' reference.- Parameters:
value
- the new value of the 'Group' reference.- See Also:
getGroup()
-
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(TypeDescription)
,MdClassPackage.getBasicCommand_CommandParameterType()
-
setCommandParameterType
void setCommandParameterType(TypeDescription value)
Sets the value of the 'Command Parameter Type
' containment reference.- Parameters:
value
- the new value of the 'Command Parameter Type' containment reference.- See Also:
getCommandParameterType()
-
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:
CommandParameterUseMode
,setParameterUseMode(CommandParameterUseMode)
,MdClassPackage.getBasicCommand_ParameterUseMode()
-
setParameterUseMode
void setParameterUseMode(CommandParameterUseMode value)
Sets the value of the 'Parameter Use Mode
' attribute.- Parameters:
value
- the new value of the 'Parameter Use Mode' attribute.- See Also:
CommandParameterUseMode
,getParameterUseMode()
-
isModifiesData
boolean isModifiesData()
Returns the value of the 'Modifies Data' attribute.- Returns:
- the value of the 'Modifies Data' attribute.
- See Also:
setModifiesData(boolean)
,MdClassPackage.getBasicCommand_ModifiesData()
-
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:
isModifiesData()
-
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:
ButtonRepresentation
,setRepresentation(ButtonRepresentation)
,MdClassPackage.getBasicCommand_Representation()
-
setRepresentation
void setRepresentation(ButtonRepresentation value)
Sets the value of the 'Representation
' attribute.- Parameters:
value
- the new value of the 'Representation' attribute.- See Also:
ButtonRepresentation
,getRepresentation()
-
getToolTip
org.eclipse.emf.common.util.EMap<String,String> 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:
MdClassPackage.getBasicCommand_ToolTip()
-
getPicture
Picture getPicture()
Returns the value of the 'Picture' containment reference.- Returns:
- the value of the 'Picture' containment reference.
- See Also:
setPicture(Picture)
,MdClassPackage.getBasicCommand_Picture()
-
setPicture
void setPicture(Picture value)
Sets the value of the 'Picture
' containment reference.- Parameters:
value
- the new value of the 'Picture' containment reference.- See Also:
getPicture()
-
getShortcut
String getShortcut()
Returns the value of the 'Shortcut' attribute.- Returns:
- the value of the 'Shortcut' attribute.
- See Also:
setShortcut(String)
,MdClassPackage.getBasicCommand_Shortcut()
-
setShortcut
void setShortcut(String value)
Sets the value of the 'Shortcut
' attribute.- Parameters:
value
- the new value of the 'Shortcut' attribute.- See Also:
getShortcut()
-
getOnMainServerUnavalableBehavior
OnMainServerUnavalableBehavior getOnMainServerUnavalableBehavior()
Returns the value of the 'On Main Server Unavalable Behavior' attribute. The literals are from the enumerationOnMainServerUnavalableBehavior
.- Returns:
- the value of the 'On Main Server Unavalable Behavior' attribute.
- See Also:
OnMainServerUnavalableBehavior
,setOnMainServerUnavalableBehavior(OnMainServerUnavalableBehavior)
,MdClassPackage.getBasicCommand_OnMainServerUnavalableBehavior()
-
setOnMainServerUnavalableBehavior
void setOnMainServerUnavalableBehavior(OnMainServerUnavalableBehavior value)
Sets the value of the 'On Main Server Unavalable Behavior
' attribute.- Parameters:
value
- the new value of the 'On Main Server Unavalable Behavior' attribute.- See Also:
OnMainServerUnavalableBehavior
,getOnMainServerUnavalableBehavior()
-
getCommandModule
Module getCommandModule()
Returns the value of the 'Command Module' reference.- Returns:
- the value of the 'Command Module' reference.
- See Also:
setCommandModule(com._1c.g5.v8.dt.bsl.model.Module)
,MdClassPackage.getBasicCommand_CommandModule()
-
setCommandModule
void setCommandModule(Module value)
Sets the value of the 'Command Module
' reference.- Parameters:
value
- the new value of the 'Command Module' reference.- See Also:
getCommandModule()
-
-