IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.umlnotation
Interface UMLStereotypeStyle

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Style
All Known Subinterfaces:
UMLClassifierStyle, UMLComponentStyle, UMLConnectorStyle, UMLFrameStyle, UMLShapeStyle

public interface UMLStereotypeStyle
extends Style

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

The UML stereotype style is a style to be installed on views of extensible UML elements

The following features are supported:

See Also:
UmlnotationPackage.getUMLStereotypeStyle()

Method Summary
 UMLStereotypeDisplay getShowStereotype()
          Returns the value of the 'Show Stereotype' attribute.
 void setShowStereotype(UMLStereotypeDisplay value)
          Sets the value of the 'Show Stereotype' 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

getShowStereotype

public UMLStereotypeDisplay getShowStereotype()
Returns the value of the 'Show Stereotype' attribute. The default value is "Icon". The literals are from the enumeration UMLStereotypeDisplay.

This property specifies how the shape should show the element's stereotype.

Returns:
the value of the 'Show Stereotype' attribute.
See Also:
UMLStereotypeDisplay, setShowStereotype(UMLStereotypeDisplay), UmlnotationPackage.getUMLStereotypeStyle_ShowStereotype()

setShowStereotype

public void setShowStereotype(UMLStereotypeDisplay value)
Sets the value of the 'Show Stereotype' attribute.

This property specifies how the shape should show the element's stereotype.

Parameters:
value - the new value of the 'Show Stereotype' attribute.
See Also:
UMLStereotypeDisplay, getShowStereotype()

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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