IBM Rational Software Modeler
Release 6.0

Uses of Class
com.ibm.xtools.ras.type.descriptor.ArtifactResourceTypeEnum

Packages that use ArtifactResourceTypeEnum
com.ibm.xtools.ras.type.analyzer   
com.ibm.xtools.ras.type.descriptor   
 

Uses of ArtifactResourceTypeEnum in com.ibm.xtools.ras.type.analyzer
 

Methods in com.ibm.xtools.ras.type.analyzer that return ArtifactResourceTypeEnum
 ArtifactResourceTypeEnum ITypeAnalyzer.getResourceType(String theType)
          Returns the physical resource type defined for an Artifact type
 

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

Fields in com.ibm.xtools.ras.type.descriptor declared as ArtifactResourceTypeEnum
static ArtifactResourceTypeEnum ArtifactResourceTypeEnum.FILE
          Resource type representing a file
static ArtifactResourceTypeEnum ArtifactResourceTypeEnum.FOLDER
          Resource type representing a folder
static ArtifactResourceTypeEnum ArtifactResourceTypeEnum.OTHER
          Resource type representing a project
 

Methods in com.ibm.xtools.ras.type.descriptor that return ArtifactResourceTypeEnum
 ArtifactResourceTypeEnum IArtifactDescriptor.getResourceType()
          Retrieves the ArtifactResourceTypeEnum of the IArtifactDescriptor.
 ArtifactResourceTypeEnum IArtifactDescriptorManager.getResourceType(String theDescriptorType)
          Retrieves a member of the ArtifactResourceTypeEnum enumeration corresponding to the type of a descriptor or null if it is not contained in the manager.
 

Methods in com.ibm.xtools.ras.type.descriptor with parameters of type ArtifactResourceTypeEnum
 IArtifactDescriptor IArtifactDescriptorFactory.createDescriptor(String theID, String theType, boolean isEditable, ArtifactResourceTypeEnum theResourceType)
          Constructs an IArtifactDescriptor requiring all properties to be supplied by the client.
 


IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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