|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.domino.FollowUpStatus
public class FollowUpStatus
This class implements the follow status. Follow up status is used to determine if a follow up is set, and if so, to designate the status.
Field Summary | |
---|---|
static FollowUpStatus |
LOW
This value represents the 'low status' followup status. |
static FollowUpStatus |
NO_STATUS
This value represents the 'no status' followup status. |
static FollowUpStatus |
NORMAL
This value represents the 'normal status' followup status. |
static int |
STORE_VALUE_LOW
This value represents the 'low status' store value. |
static int |
STORE_VALUE_NO_STATUS
This value represents the 'no status' store value. |
static int |
STORE_VALUE_NORMAL
This value represents the 'normal status' store value. |
static int |
STORE_VALUE_URGENT
This value represents the 'urgent status' store value. |
static FollowUpStatus |
URGENT
This value represents the 'urgent status' followup status. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Indicates whether some other FollowUpStatus
object is "equal to" this one. |
static FollowUpStatus |
get(int iStoreValue)
Gets the flag by the store value. |
static java.util.List |
getList()
Gets an unmodifiable list of flags. |
java.lang.String |
getName()
Gets the name using the system default locale. |
java.lang.String |
getName(java.util.Locale locale)
Gets the name using the specified locale. |
int |
getStoreValue()
Gets the store value. |
java.lang.String |
toString()
Returns a string representation of the object. |
java.lang.String |
toString(java.util.Locale locale)
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int STORE_VALUE_NO_STATUS
public static final int STORE_VALUE_URGENT
public static final int STORE_VALUE_NORMAL
public static final int STORE_VALUE_LOW
public static final FollowUpStatus NO_STATUS
public static final FollowUpStatus URGENT
public static final FollowUpStatus NORMAL
public static final FollowUpStatus LOW
Method Detail |
---|
public int getStoreValue()
public java.lang.String getName()
public java.lang.String getName(java.util.Locale locale)
locale
- the locale
public static FollowUpStatus get(int iStoreValue)
iStoreValue
- the store value of the flag
null
if not foundpublic static java.util.List getList()
FollowUpStatus
objects (unmodifiable)public boolean equals(java.lang.Object o)
FollowUpStatus
object is "equal to" this one. The store value is
used to determine equality.
equals
in class java.lang.Object
true
, this object is the same as the obj argument; false
otherwisepublic java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(java.util.Locale locale)
locale
- the locale to use
|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |