|
UML Modeling Layer | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.xtools.uml.msl.internal.resources.ResourceHealth
public class ResourceHealth
State Enum object for UML logical resource unit health. Values include:
ResourceHealth.OKResourceHealth.NOT_ACCESSABLEResourceHealth.PARENT_REFERENCE_BROKEN
| 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 |
|---|
public static ResourceHealth OK
public static ResourceHealth NOT_ACCESSABLE
public static ResourceHealth PARENT_REFERENCE_BROKEN
| Method Detail |
|---|
public int getValue()
|
UML Modeling Layer | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||