IBM Rational Software Modeler
Release 6.0

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

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

public static class IRelatedAssetManager.DepthOptions
extends Object

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


Field Summary
static IRelatedAssetManager.DepthOptions DEPTH_INFINITE
          Depth constant indicating the related assets for the Asset being managed and it's direct and indirect related assets at any level.
static IRelatedAssetManager.DepthOptions DEPTH_ZERO
          Depth constant indicating only the related assets for the Asset being managed
 
Constructor Summary
protected IRelatedAssetManager.DepthOptions()
          Default constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEPTH_ZERO

public static final IRelatedAssetManager.DepthOptions DEPTH_ZERO
Depth constant indicating only the related assets for the Asset being managed


DEPTH_INFINITE

public static final IRelatedAssetManager.DepthOptions DEPTH_INFINITE
Depth constant indicating the related assets for the Asset being managed and it's direct and indirect related assets at any level.

Constructor Detail

IRelatedAssetManager.DepthOptions

protected IRelatedAssetManager.DepthOptions()
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.