Package com.sodius.mdw.metamodel.doors
Interface CellStyle
-
- All Superinterfaces:
Comparable<Object>
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,org.eclipse.emf.common.notify.Notifier
public interface CellStyle extends MDWEObject, org.eclipse.emf.ecore.EModelElement
A representation of the model object 'Cell Style'.The following features are supported:
- See Also:
DoorsPackage.getCellStyle()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JustificationKind
getJustification()
Returns the value of the 'Justification' attribute.int
getWidth()
Returns the value of the 'Width' attribute.void
setJustification(JustificationKind value)
Sets the value of the 'Justification
' attribute.void
setWidth(int value)
Sets 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
-
getWidth
int getWidth()
Returns the value of the 'Width' attribute.- Returns:
- the value of the 'Width' attribute.
- See Also:
setWidth(int)
,DoorsPackage.getCellStyle_Width()
-
setWidth
void setWidth(int value)
Sets the value of the 'Width
' attribute.- Parameters:
value
- the new value of the 'Width' attribute.- See Also:
getWidth()
-
getJustification
JustificationKind getJustification()
Returns the value of the 'Justification' attribute. The literals are from the enumerationJustificationKind
.- Returns:
- the value of the 'Justification' attribute.
- See Also:
JustificationKind
,setJustification(JustificationKind)
,DoorsPackage.getCellStyle_Justification()
-
setJustification
void setJustification(JustificationKind value)
Sets the value of the 'Justification
' attribute.- Parameters:
value
- the new value of the 'Justification' attribute.- See Also:
JustificationKind
,getJustification()
-
-