UML Modeling Layer

com.ibm.xtools.umlnotation
Interface UMLDiagramStyle

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

public interface UMLDiagramStyle
extends EObject, DiagramStyle

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 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 org.eclipse.gmf.runtime.notation.PageStyle
getPageHeight, getPageWidth, getPageX, getPageY, setPageHeight, setPageWidth, setPageX, setPageY
 
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 org.eclipse.gmf.runtime.notation.GuideStyle
getHorizontalGuides, getVerticalGuides
 
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 org.eclipse.gmf.runtime.notation.DescriptionStyle
getDescription, setDescription
 
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

isUseAliasName

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:
UMLDiagramStyle.setUseAliasName(boolean), UmlnotationPackage.getUMLDiagramStyle_UseAliasName()

setUseAliasName

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:
UMLDiagramStyle.isUseAliasName()

UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.