IBM Rational Software Modeler
Release 6.0

Uses of Interface
com.ibm.xtools.ras.type.descriptor.IArtifactDescriptor

Packages that use IArtifactDescriptor
com.ibm.xtools.ras.type.descriptor   
 

Uses of IArtifactDescriptor in com.ibm.xtools.ras.type.descriptor
 

Methods in com.ibm.xtools.ras.type.descriptor that return IArtifactDescriptor
 IArtifactDescriptor IArtifactDescriptorFactory.createDescriptor(String theID, String theType, boolean isEditable, ArtifactResourceTypeEnum theResourceType)
          Constructs an IArtifactDescriptor requiring all properties to be supplied by the client.
 IArtifactDescriptor IArtifactDescriptorFactory.createDescriptor(String theID, String theType, boolean isEditable)
          Constructs an ArtifactDescriptorImpl setting the artifact resource type to ArtifactResourceTypeEnum.FILE by default.
 IArtifactDescriptor[] IArtifactDescriptorManager.getAllDescriptors()
          Retrieves an array of all artifact descriptors that are being managed.
 IArtifactDescriptor IArtifactDescriptorManager.get(String theDescriptorID)
          Retrieves an artifact descriptor with the corresponding ID from the manager or null if it is not contained in the manager.
 

Methods in com.ibm.xtools.ras.type.descriptor with parameters of type IArtifactDescriptor
 void IArtifactDescriptorManager.add(IArtifactDescriptor theDescriptor)
          Adds an artifact descriptor to the manager.
 


IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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