IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.ras.profile.defauld.defaultprofile
Interface Description

All Superinterfaces:
EObject, Notifier

public interface Description
extends EObject

A representation of the model object ' Description'. xmi:contentType=mixed The element is a simple container for a human readable description of the asset. This description is expected to be about one or two paragraphs in length, however there is no restriction on size specified by this document. It describes in some detail the problem that the asset addresses and its main solution strategies. It is possible for the content of the element to be formatted with HTML. The element is global in the XML Schema and is referenced in multiple places. This element does not have any attributes but supports multi-line text.

The following features are supported:

See Also:
DefaultprofilePackage.getDescription()

Method Summary
 String getValue()
          Returns the value of the 'Value' attribute.
 void setValue(String value)
          Sets the value of the ' Value' 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

getValue

public String getValue()
Returns the value of the 'Value' attribute.

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String), DefaultprofilePackage.getDescription_Value()

setValue

public void setValue(String value)
Sets the value of the ' Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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