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()
| 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.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| 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.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
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()
© Copyright IBM Corp. 2009. All rights reserved.