UML Modeling Layer

com.ibm.xtools.umlnotation
Interface UMLShapeCompartmentStyle

All Superinterfaces:
CanonicalStyle, DrawerStyle, EObject, Notifier, Style, TitleStyle

public interface UMLShapeCompartmentStyle
extends EObject, CanonicalStyle, DrawerStyle, TitleStyle

A representation of the model object 'UML Shape Compartment Style'.

The UML shape compartment style is a style to be installed on UML shape compartment views

The following features are supported:

See Also:
UmlnotationPackage.getUMLShapeCompartmentStyle()

Method Summary
 boolean isVerticalAlignment()
          Returns the value of the 'Vertical Alignment' attribute.
 void setVerticalAlignment(boolean value)
          Sets the value of the 'Vertical Alignment' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.gmf.runtime.notation.CanonicalStyle
isCanonical, setCanonical
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.gmf.runtime.notation.DrawerStyle
isCollapsed, setCollapsed
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.gmf.runtime.notation.TitleStyle
isShowTitle, setShowTitle
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

isVerticalAlignment

boolean isVerticalAlignment()
Returns the value of the 'Vertical Alignment' attribute. The default value is "true".

If the meaning of the 'Vertical Alignment' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Vertical Alignment' attribute.
See Also:
UMLShapeCompartmentStyle.setVerticalAlignment(boolean), UmlnotationPackage.getUMLShapeCompartmentStyle_VerticalAlignment()

setVerticalAlignment

void setVerticalAlignment(boolean value)
Sets the value of the 'Vertical Alignment' attribute.

Parameters:
value - the new value of the 'Vertical Alignment' attribute.
See Also:
UMLShapeCompartmentStyle.isVerticalAlignment()

UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.