IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.ras.profile.core
Interface IAssetWriterStatus

All Superinterfaces:
IStatus

public interface IAssetWriterStatus
extends IStatus

Extends the IStatus interface object adding access to a reference attribute. This allows methods to both return a status and reference value. This interface is not intended to be implemented by clients.


Field Summary
 
Fields inherited from interface org.eclipse.core.runtime.IStatus
CANCEL, ERROR, INFO, OK, WARNING
 
Method Summary
 String getReference()
          Retrieves the reference value.
 void setReference(String theReference)
          Sets the reference value.
 
Methods inherited from interface org.eclipse.core.runtime.IStatus
getChildren, getCode, getException, getMessage, getPlugin, getSeverity, isMultiStatus, isOK, matches
 

Method Detail

getReference

public String getReference()
Retrieves the reference value. This is the computed reference that can be used by the corresponding asset reader to resolve the reference back to a packaged artifact.

Returns:
the reference value or null if an error occurred

setReference

public void setReference(String theReference)
Sets the reference value. This is the computed reference that can be used by the corresponding asset reader to resolve the reference to a packaged artifact.

Parameters:
theReference - the reference value or null if an error occurred

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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