|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.compoze.exchange.webdav.Importance
Importance
This class inidicates the level of importance for a message. The internationalizable
string values are stored in the exchange_resources.properties
file (accessed through ExchangeProperties
) and referenced by
their key.
Field Summary | |
static Importance |
HIGH
Deprecated. This value represents a 'high' importance. |
static Importance |
LOW
Deprecated. This value represents a 'low' importance. |
static Importance |
NORMAL
Deprecated. This value represents a 'normal' importance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Deprecated. Checks for equality. |
static Importance |
get(int iStoreValue)
Deprecated. Gets the importance by its store value. |
static Importance |
getByHeaderValue(java.lang.String sHeaderValue)
Deprecated. Gets the importance by its header value. |
static Importance |
getByKey(java.lang.String sName)
Deprecated. This method has been deprecated as of version 2.9 and will be removed in Harmony for Microsoft Exchange v3.0. |
static Importance |
getByStoreValue(java.lang.String sStoreValue)
Deprecated. This method has been deprecated as of version 2.9 and will be removed in Harmony for Microsoft Exchange v3.0. Replaced with get(int) . |
java.lang.String |
getHeaderValue()
Deprecated. Gets the Header field value that's used to store the importance in the storage system. |
static java.util.List |
getList()
Deprecated. Gets the list of importance levels. |
java.lang.String |
getName()
Deprecated. Gets the name of the importance using the system default locale. |
java.lang.String |
getName(java.util.Locale locale)
Deprecated. Gets the name of the importance level using the specified locale. |
int |
getStoreValue()
Deprecated. Gets the value that's used to store the importance in the storage system. |
static void |
main(java.lang.String[] args)
Deprecated. |
java.lang.String |
toString()
Deprecated. Returns a string representation of the object. |
java.lang.String |
toString(java.util.Locale locale)
Deprecated. 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 Importance LOW
public static final Importance NORMAL
public static final Importance HIGH
Method Detail |
public java.lang.String getName()
public java.lang.String getName(java.util.Locale locale)
locale
- the localepublic int getStoreValue()
public java.lang.String getHeaderValue()
public static Importance get(int iStoreValue)
iStoreValue
- the store value to get bynull
if not foundpublic static Importance getByStoreValue(java.lang.String sStoreValue)
get(int)
.
iStoreValue
- the store value to get bynull
if not foundpublic static Importance getByHeaderValue(java.lang.String sHeaderValue)
sHeaderValue
- the header value to get bynull
if not foundpublic static Importance getByKey(java.lang.String sName)
sName
- the name in the system default localenull
if not foundpublic static java.util.List getList()
Importance
levels (unmodifiable)public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the object to check for equalitytrue
if this object has the same store value as the argument; false
otherwisepublic java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(java.util.Locale locale)
locale
- the localepublic static void main(java.lang.String[] args)
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |