UML Modeling Layer

com.ibm.xtools.uml.msl.internal.resources
Class ResourceHealth

java.lang.Object
  extended by com.ibm.xtools.uml.msl.internal.resources.ResourceHealth

public class ResourceHealth
extends Object

State Enum object for UML logical resource unit health. Values include:


Field Summary
static ResourceHealth NOT_ACCESSABLE
          Indicator the resource is not accessible.
static ResourceHealth OK
          There are no known problems with the resource.
static ResourceHealth PARENT_REFERENCE_BROKEN
          Indicates that the container annotation for this fragment resource is (probably) not correct
 
Method Summary
 int getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OK

public static ResourceHealth OK
There are no known problems with the resource.


NOT_ACCESSABLE

public static ResourceHealth NOT_ACCESSABLE
Indicator the resource is not accessible. One possible reason for inaccessibility would be that there is no corresponding file.


PARENT_REFERENCE_BROKEN

public static ResourceHealth PARENT_REFERENCE_BROKEN
Indicates that the container annotation for this fragment resource is (probably) not correct

Method Detail

getValue

public int getValue()

UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.