Package org.eclipse.epf.uma
Interface Dimension
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DimensionImpl
public interface Dimension
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Dimension'.
The following features are supported:
- See Also:
UmaPackage.getDimension()
-
Method Summary
Modifier and Type Method Description java.lang.DoublegetHeight()Returns the value of the 'Height' attribute.java.lang.DoublegetWidth()Returns the value of the 'Width' attribute.voidsetHeight(java.lang.Double value)Sets the value of the 'Height' attribute.voidsetWidth(java.lang.Double value)Sets the value of the 'Width' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getWidth
java.lang.Double getWidth()Returns the value of the 'Width' attribute.- Returns:
- the value of the 'Width' attribute.
- See Also:
setWidth(Double),UmaPackage.getDimension_Width()
-
setWidth
void setWidth(java.lang.Double value)Sets the value of the 'Width' attribute.- Parameters:
value- the new value of the 'Width' attribute.- See Also:
getWidth()
-
getHeight
java.lang.Double getHeight()Returns the value of the 'Height' attribute.- Returns:
- the value of the 'Height' attribute.
- See Also:
setHeight(Double),UmaPackage.getDimension_Height()
-
setHeight
void setHeight(java.lang.Double value)Sets the value of the 'Height' attribute.- Parameters:
value- the new value of the 'Height' attribute.- See Also:
getHeight()
-