Package com.sodius.mdw.metamodel.uml21
Interface Dimension
-
- All Superinterfaces:
Comparable<Object>,org.eclipse.emf.ecore.EModelElement,org.eclipse.emf.ecore.EObject,MDWEObject,MDWObject,org.eclipse.emf.common.notify.Notifier
public interface Dimension extends MDWEObject
A representation of the model object 'Dimension'.The following features are supported:
- See Also:
UMLPackage.getDimension()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Dimensioncopy()doublegetHeight()Returns the value of the 'Height' attribute.doublegetWidth()Returns the value of the 'Width' attribute.booleanisSetHeight()Returns whether the value of the 'Height' attribute is set.booleanisSetWidth()Returns whether the value of the 'Width' attribute is set.voidsetHeight(double value)Sets the value of the 'Height' attribute.voidsetWidth(double value)Sets the value of the 'Width' attribute.voidunsetHeight()Unsets the value of the 'Height' attribute.voidunsetWidth()Unsets the value of the 'Width' attribute.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
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.sodius.mdw.core.model.MDWObject
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
-
-
-
-
Method Detail
-
getHeight
double getHeight()
Returns the value of the 'Height' attribute.- Returns:
- the value of the 'Height' attribute.
- See Also:
isSetHeight(),unsetHeight(),setHeight(double),UMLPackage.getDimension_Height()
-
setHeight
void setHeight(double value)
Sets the value of the 'Height' attribute.- Parameters:
value- the new value of the 'Height' attribute.- See Also:
isSetHeight(),unsetHeight(),getHeight()
-
unsetHeight
void unsetHeight()
Unsets the value of the 'Height' attribute.- See Also:
isSetHeight(),getHeight(),setHeight(double)
-
isSetHeight
boolean isSetHeight()
Returns whether the value of the 'Height' attribute is set.- Returns:
- whether the value of the 'Height' attribute is set.
- See Also:
unsetHeight(),getHeight(),setHeight(double)
-
getWidth
double getWidth()
Returns the value of the 'Width' attribute.- Returns:
- the value of the 'Width' attribute.
- See Also:
isSetWidth(),unsetWidth(),setWidth(double),UMLPackage.getDimension_Width()
-
setWidth
void setWidth(double value)
Sets the value of the 'Width' attribute.- Parameters:
value- the new value of the 'Width' attribute.- See Also:
isSetWidth(),unsetWidth(),getWidth()
-
unsetWidth
void unsetWidth()
Unsets the value of the 'Width' attribute.- See Also:
isSetWidth(),getWidth(),setWidth(double)
-
isSetWidth
boolean isSetWidth()
Returns whether the value of the 'Width' attribute is set.- Returns:
- whether the value of the 'Width' attribute is set.
- See Also:
unsetWidth(),getWidth(),setWidth(double)
-
copy
Dimension copy()
- Returns:
- the new Dimension
- Since:
- 3.5.0
-
-