IBM Rational Software Modeler
Release 6.0

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

public 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:
setShowParentName(boolean), UmlnotationPackage.getUMLNameStyle_ShowParentName()

setShowParentName

public 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:
isShowParentName()

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.