|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.domino.ResourceType
This class stores the values for the Domino task notice types. The type of notice is represented with a type string.
Field Summary | |
static ResourceType |
OTHER
This value represents the 'other' resource type. |
static ResourceType |
ROOM
This value represents the 'room' resource type. |
static int |
VALUE_OTHER
This value represents the 'other' value. |
static int |
VALUE_ROOM
This value represents the 'room' value. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
static java.util.List |
getList()
Gets the list of resource types. |
int |
getValue()
Gets the enumeration value of the resource type. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int VALUE_ROOM
public static final int VALUE_OTHER
public static final ResourceType ROOM
public static final ResourceType OTHER
Method Detail |
public int getValue()
ResourceType
class.
VALUE_
constants)public static java.util.List getList()
ResourceType
s (unmodifiable)public boolean equals(java.lang.Object o)
o
- the object to check
true
if this object has the same type string as the argument; false
otherwise
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |