UML Modeling Layer

com.ibm.xtools.umlnotation
Interface UMLParentStyle

All Superinterfaces:
EObject, Notifier, Style
All Known Subinterfaces:
UMLClassifierStyle, UMLComponentStyle, UMLFrameStyle, UMLShapeStyle

public interface UMLParentStyle
extends Style

A representation of the model object 'UML Parent Style'.

The following features are supported:

See Also:
UmlnotationPackage.getUMLParentStyle()

Method Summary
 UMLParentDisplay getShowParent()
          Returns the value of the 'Show Parent' attribute.
 void setShowParent(UMLParentDisplay value)
          Sets the value of the 'Show Parent' 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
 

Method Detail

getShowParent

UMLParentDisplay getShowParent()
Returns the value of the 'Show Parent' attribute. The default value is "None". The literals are from the enumeration UMLParentDisplay.

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

Returns:
the value of the 'Show Parent' attribute.
See Also:
UMLParentDisplay, UMLParentStyle.setShowParent(UMLParentDisplay), UmlnotationPackage.getUMLParentStyle_ShowParent()

setShowParent

void setShowParent(UMLParentDisplay value)
Sets the value of the 'Show Parent' attribute.

Parameters:
value - the new value of the 'Show Parent' attribute.
See Also:
UMLParentDisplay, UMLParentStyle.getShowParent()

UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.