public interface Dimension extends MDWEObject
The following features are supported:
UMLPackage.getDimension()
Modifier and Type | Method and Description |
---|---|
Dimension |
copy()
|
double |
getHeight()
Returns the value of the 'Height' attribute
|
double |
getWidth()
Returns the value of the 'Width' attribute
|
boolean |
isSetHeight()
Returns whether the value of the '
Height ' attribute is set |
boolean |
isSetWidth()
Returns whether the value of the '
Width ' attribute is set |
void |
setHeight(double value)
Sets the value of the '
Height ' attribute |
void |
setWidth(double value)
Sets the value of the '
Width ' attribute |
void |
unsetHeight()
Unsets the value of the '
Height ' attribute |
void |
unsetWidth()
Unsets the value of the '
Width ' attribute |
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
double getHeight()
isSetHeight()
,
unsetHeight()
,
setHeight(double)
,
UMLPackage.getDimension_Height()
void setHeight(double value)
Height
' attribute.
value
- the new value of the 'Height' attribute.isSetHeight()
,
unsetHeight()
,
getHeight()
void unsetHeight()
Height
' attribute.
isSetHeight()
,
getHeight()
,
setHeight(double)
boolean isSetHeight()
Height
' attribute is set.
unsetHeight()
,
getHeight()
,
setHeight(double)
double getWidth()
isSetWidth()
,
unsetWidth()
,
setWidth(double)
,
UMLPackage.getDimension_Width()
void setWidth(double value)
Width
' attribute.
value
- the new value of the 'Width' attribute.isSetWidth()
,
unsetWidth()
,
getWidth()
void unsetWidth()
Width
' attribute.
isSetWidth()
,
getWidth()
,
setWidth(double)
boolean isSetWidth()
Width
' attribute is set.
unsetWidth()
,
getWidth()
,
setWidth(double)
Dimension copy()