Interface StandardCommand
- All Superinterfaces:
Command,DuallyNamedElement,org.eclipse.emf.ecore.EObject,NamedElement,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
StandardCommandImpl
A representation of the model object 'Standard Command'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Command Parameter Type' containment reference.getGroup()Returns the value of the 'Group' reference.Returns the value of the 'Visible' containment reference.voidSets the value of the 'Command Parameter Type' containment reference.voidsetGroup(CommandGroup value) Sets the value of the 'Group' reference.voidsetVisible(AdjustableBoolean value) Sets the value of the 'Visible' containment reference.Methods inherited from interface com._1c.g5.v8.dt.mcore.DuallyNamedElement
getNameRu, setNameRuMethods 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.mcore.NamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
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:
-
getVisible
AdjustableBoolean getVisible()Returns the value of the 'Visible' containment reference.- Returns:
- the value of the 'Visible' containment reference.
- See Also:
-
setVisible
Sets the value of the 'Visible' containment reference.- Parameters:
value- the new value of the 'Visible' containment 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:
-