Interface StandardCommand
-
- All Superinterfaces:
Command,DuallyNamedElement,org.eclipse.emf.ecore.EObject,NamedElement,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
StandardCommandImpl
public interface StandardCommand extends DuallyNamedElement, Command
A representation of the model object 'Standard Command'.The following features are supported:
- See Also:
MdClassPackage.getStandardCommand()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeDescriptiongetCommandParameterType()Returns the value of the 'Command Parameter Type' containment reference.CommandGroupgetGroup()Returns the value of the 'Group' reference.AdjustableBooleangetVisible()Returns the value of the 'Visible' containment reference.voidsetCommandParameterType(TypeDescription value)Sets 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, setNameRu
-
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.mcore.NamedElement
getName, setName
-
-
-
-
Method Detail
-
getGroup
CommandGroup getGroup()
Returns the value of the 'Group' reference.- Returns:
- the value of the 'Group' reference.
- See Also:
setGroup(CommandGroup),MdClassPackage.getStandardCommand_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()
-
getVisible
AdjustableBoolean getVisible()
Returns the value of the 'Visible' containment reference.- Returns:
- the value of the 'Visible' containment reference.
- See Also:
setVisible(AdjustableBoolean),MdClassPackage.getStandardCommand_Visible()
-
setVisible
void setVisible(AdjustableBoolean value)
Sets the value of the 'Visible' containment reference.- Parameters:
value- the new value of the 'Visible' containment reference.- See Also:
getVisible()
-
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.getStandardCommand_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()
-
-