IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.ras.profile.management.asset
Class IRelatedAssetManager.StatusOptions

java.lang.Object
  extended bycom.ibm.xtools.ras.profile.management.asset.IRelatedAssetManager.StatusOptions
Enclosing class:
IRelatedAssetManager

public static class IRelatedAssetManager.StatusOptions
extends Object

Type safe enumeration for the status options supported by the IRelatedAssetManager methods that take a status option.


Field Summary
static IRelatedAssetManager.StatusOptions RECORD
          Status option indicating that the manager will discard any related assets that could not be retrieved and record the errors for the client.
static IRelatedAssetManager.StatusOptions THROW
          Status option indicating that the manager will throw an exception when any related asset warning or error occurs.
static IRelatedAssetManager.StatusOptions THROW_ERROR
          Status option indicating that the manager will throw an exception when any related asset error occurs and record all items of lesser severity.
 
Constructor Summary
protected IRelatedAssetManager.StatusOptions()
          Default constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RECORD

public static final IRelatedAssetManager.StatusOptions RECORD
Status option indicating that the manager will discard any related assets that could not be retrieved and record the errors for the client.


THROW

public static final IRelatedAssetManager.StatusOptions THROW
Status option indicating that the manager will throw an exception when any related asset warning or error occurs.


THROW_ERROR

public static final IRelatedAssetManager.StatusOptions THROW_ERROR
Status option indicating that the manager will throw an exception when any related asset error occurs and record all items of lesser severity.

Constructor Detail

IRelatedAssetManager.StatusOptions

protected IRelatedAssetManager.StatusOptions()
Default constructor. Don't want anyone constructing this class. It serves as an enumeration.


IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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