Interface ButtonDefinition
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ButtonDefinitionImpl
public interface ButtonDefinition
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Button Definition'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetCmd()
Returns the value of the 'Cmd' attribute.int
Returns the value of the 'Column' attribute.getIcon()
Returns the value of the 'Icon' attribute.getLabel()
Returns the value of the 'Label' attribute.int
getRow()
Returns the value of the 'Row' attribute.void
Sets the value of the 'Cmd
' attribute.void
setColumn
(int value) Sets the value of the 'Column
' attribute.void
Sets the value of the 'Icon
' attribute.void
Sets the value of the 'Label
' attribute.void
setRow
(int value) Sets the value of the 'Row
' 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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getRow
int getRow()Returns the value of the 'Row' attribute.- Returns:
- the value of the 'Row' attribute.
- See Also:
-
setRow
void setRow(int value) Sets the value of the 'Row
' attribute.- Parameters:
value
- the new value of the 'Row' attribute.- See Also:
-
getColumn
int getColumn()Returns the value of the 'Column' attribute.- Returns:
- the value of the 'Column' attribute.
- See Also:
-
setColumn
void setColumn(int value) Sets the value of the 'Column
' attribute.- Parameters:
value
- the new value of the 'Column' attribute.- See Also:
-
getCmd
String getCmd()Returns the value of the 'Cmd' attribute.- Returns:
- the value of the 'Cmd' attribute.
- See Also:
-
setCmd
Sets the value of the 'Cmd
' attribute.- Parameters:
value
- the new value of the 'Cmd' attribute.- See Also:
-
getLabel
String getLabel()Returns the value of the 'Label' attribute.- Returns:
- the value of the 'Label' attribute.
- See Also:
-
setLabel
Sets the value of the 'Label
' attribute.- Parameters:
value
- the new value of the 'Label' attribute.- See Also:
-
getIcon
String getIcon()Returns the value of the 'Icon' attribute.- Returns:
- the value of the 'Icon' attribute.
- See Also:
-
setIcon
Sets the value of the 'Icon
' attribute.- Parameters:
value
- the new value of the 'Icon' attribute.- See Also:
-