UML Modeling Layer

com.ibm.xtools.umlnotation
Interface UMLNameStyle

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

public interface UMLNameStyle
extends Style

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

The UML style is a style to be installed on views for named UML elements

The following features are supported:

See Also:
UmlnotationPackage.getUMLNameStyle()

Method Summary
 boolean isShowParentName()
          Returns the value of the 'Show Parent Name' attribute.
 void setShowParentName(boolean value)
          Sets the value of the 'Show Parent Name' 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

isShowParentName

boolean isShowParentName()
Returns the value of the 'Show Parent Name' attribute. The default value is "false".

This property specifies whether to show the parent name or not.

Returns:
the value of the 'Show Parent Name' attribute.
See Also:
UMLNameStyle.setShowParentName(boolean), UmlnotationPackage.getUMLNameStyle_ShowParentName()

setShowParentName

void setShowParentName(boolean value)
Sets the value of the 'Show Parent Name' attribute.

This property specifies whether to show the parent name or not.

Parameters:
value - the new value of the 'Show Parent Name' attribute.
See Also:
UMLNameStyle.isShowParentName()

UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.