|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectportlets.compoze.groupware.calendar.ResourceType
This class represents the resource type.
Field Summary | |
static ResourceType |
NONE
This value represents the 'none' resource type. |
static ResourceType |
OTHER
This value represents the 'other' resource type. |
static ResourceType |
ROOM
This value represents the 'room' resource type. |
static int |
VALUE_NONE
This value represents the 'none' value. |
static int |
VALUE_OTHER
This value represents the 'other' value. |
static int |
VALUE_ROOM
This value represents the 'room' value. |
Constructor Summary | |
ResourceType(java.lang.String sKey,
int iValue)
Constructor. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Compares this resource type with another object. |
java.lang.String |
getKey()
Gets the i18n key of the resource type. |
int |
getValue()
Gets the 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_NONE
public static final int VALUE_ROOM
public static final int VALUE_OTHER
public static final ResourceType NONE
public static final ResourceType ROOM
public static final ResourceType OTHER
Constructor Detail |
public ResourceType(java.lang.String sKey, int iValue)
sKey
- the i18n keyiValue
- the valueMethod Detail |
public java.lang.String getKey()
public int getValue()
public boolean equals(java.lang.Object o)
o
- the object to compared with
true
if they are equal, or false
otherwise
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |