IBM Rational Software Modeler
Release 6.0

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

java.lang.Object
  extended bycom.ibm.xtools.ras.type.descriptor.ArtifactResourceTypeEnum

public final class ArtifactResourceTypeEnum
extends Object

ArtifactResourceTypeEnum defines the legal resource types for an IArtifactDescriptor. It uses the Java type safe enum pattern to define the available types.


Field Summary
static ArtifactResourceTypeEnum FILE
          Resource type representing a file
static ArtifactResourceTypeEnum FOLDER
          Resource type representing a folder
static ArtifactResourceTypeEnum OTHER
          Resource type representing a project
static List RESOURCE_TYPES
          Provides a way to get a read only view of all resource types supported by ArtifactResourceTypeEnum.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FILE

public static final ArtifactResourceTypeEnum FILE
Resource type representing a file


FOLDER

public static final ArtifactResourceTypeEnum FOLDER
Resource type representing a folder


OTHER

public static final ArtifactResourceTypeEnum OTHER
Resource type representing a project


RESOURCE_TYPES

public static final List RESOURCE_TYPES
Provides a way to get a read only view of all resource types supported by ArtifactResourceTypeEnum. The List can not be modified.

Method Detail

toString

public String toString()

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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