| |
|
| java.lang.Object org.openharmonise.rm.resources.lifecycle.Status
Status | final public class Status (Code) | | Typesafe enum class which holds valid status values.
author: Michael Bell version: $Revision: 1.1 $ |
Constructor Summary | |
protected | Status(int nStatus, String sStatus) |
getIntValue | public int getIntValue()(Code) | | Returns the int value of this status.
the int value of this status |
getStatus | public static Status getStatus(int nStatus)(Code) | | Returns a Status object which corresponds to the int value given.
If the int does not correspond with a valid status the STATUS_UNKNOWN will
be returned.
Parameters: nStatus - |
getStringValue | public String getStringValue()(Code) | | Returns the String value of this status.
the String value of this status |
|
|
|