public interface Dimension
extends org.eclipse.emf.ecore.EObject
The following features are supported:
CoffeePackage.getDimension()
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Returns the value of the 'Height' attribute.
|
int |
getLength()
Returns the value of the 'Length' attribute.
|
int |
getWidth()
Returns the value of the 'Width' attribute.
|
void |
setHeight(int value)
Sets the value of the '
Height '
attribute. |
void |
setLength(int value)
Sets the value of the '
Length '
attribute. |
void |
setWidth(int value)
Sets the value of the '
Width '
attribute. |
int getWidth()
If the meaning of the 'Width' attribute isn't clear, there really should be more of a description here...
setWidth(int)
,
CoffeePackage.getDimension_Width()
void setWidth(int value)
Width
'
attribute.
value
- the new value of the 'Width' attribute.getWidth()
int getHeight()
If the meaning of the 'Height' attribute isn't clear, there really should be more of a description here...
setHeight(int)
,
CoffeePackage.getDimension_Height()
void setHeight(int value)
Height
'
attribute.
value
- the new value of the 'Height' attribute.getHeight()
int getLength()
If the meaning of the 'Length' attribute isn't clear, there really should be more of a description here...
setLength(int)
,
CoffeePackage.getDimension_Length()
void setLength(int value)
Length
'
attribute.
value
- the new value of the 'Length' attribute.getLength()
Copyright © 2018. All rights reserved.