IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.notation
Interface TitleStyle

All Superinterfaces:
EObject, Notifier, Style
All Known Subinterfaces:
UMLListCompartmentStyle, UMLShapeCompartmentStyle

public interface TitleStyle
extends Style

A representation of the model object 'Title Style'.

The title style is a style to be installed on views that have a title

The following features are supported:

See Also:
NotationPackage.getTitleStyle()

Method Summary
 boolean isShowTitle()
          Returns the value of the 'Show Title' attribute.
 void setShowTitle(boolean value)
          Sets the value of the 'Show Title' 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

isShowTitle

public boolean isShowTitle()
Returns the value of the 'Show Title' attribute. The default value is "false".

Returns:
the value of the 'Show Title' attribute.
See Also:
setShowTitle(boolean), NotationPackage.getTitleStyle_ShowTitle()

setShowTitle

public void setShowTitle(boolean value)
Sets the value of the 'Show Title' attribute.

Parameters:
value - the new value of the 'Show Title' attribute.
See Also:
isShowTitle()

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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