IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.notation
Interface DescriptionStyle

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Style
All Known Subinterfaces:
ShapeStyle, UMLDiagramStyle

public interface DescriptionStyle
extends Style

A representation of the model object 'Description Style'.

A style to be installed on views to give them description texts

The following features are supported:

See Also:
NotationPackage.getDescriptionStyle()

Method Summary
 String getDescription()
          Returns the value of the 'Description' attribute.
 void setDescription(String value)
          Sets the value of the 'Description' 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

getDescription

public String getDescription()
Returns the value of the 'Description' attribute. The default value is "".

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), NotationPackage.getDescriptionStyle_Description()

setDescription

public void setDescription(String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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