IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.umlnotation
Interface UMLDiagramStyle

All Superinterfaces:
DescriptionStyle, EObject, GuideStyle, Notifier, PageStyle, Style

public interface UMLDiagramStyle
extends EObject, PageStyle, GuideStyle, DescriptionStyle

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

The UML diagram style is a style to be installed on UML diagram views

The following features are supported:

See Also:
UmlnotationPackage.getUMLDiagramStyle()

Method Summary
 boolean isUseAliasName()
          Returns the value of the 'Use Alias Name' attribute.
 void setUseAliasName(boolean value)
          Sets the value of the 'Use Alias 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
 
Methods inherited from interface com.ibm.xtools.notation.PageStyle
getPageHeight, getPageWidth, getPageX, getPageY, setPageHeight, setPageWidth, setPageX, setPageY
 
Methods inherited from interface com.ibm.xtools.notation.GuideStyle
getHorizontalGuides, getVerticalGuides
 
Methods inherited from interface com.ibm.xtools.notation.DescriptionStyle
getDescription, setDescription
 

Method Detail

isUseAliasName

public boolean isUseAliasName()
Returns the value of the 'Use Alias Name' attribute. The default value is "false".

This property determines whether the names showing up on UML diagrams should be the real name or the alias names

Returns:
the value of the 'Use Alias Name' attribute.
See Also:
setUseAliasName(boolean), UmlnotationPackage.getUMLDiagramStyle_UseAliasName()

setUseAliasName

public void setUseAliasName(boolean value)
Sets the value of the 'Use Alias Name' attribute.

This property determines whether the names showing up on UML diagrams should be the real name or the alias names

Parameters:
value - the new value of the 'Use Alias Name' attribute.
See Also:
isUseAliasName()

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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