|
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.compoze.domino.DeliveryReportLevel
This class implements a delivery report level. The report level indicates the level of information you would like about the delivery of a memo.
| Field Summary | |
static DeliveryReportLevel |
CONFIRM
This value represents the 'confirm delivery' level. |
static DeliveryReportLevel |
FAILURE
This value represents the 'only on failure' level. |
static DeliveryReportLevel |
NONE
This value represents the 'none' level. |
static DeliveryReportLevel |
TRACE
This value represents the 'trace entire path' level. |
| Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other DeliveryReportLevel
object is "equal to" this one. |
static DeliveryReportLevel |
get(int iValue)
Gets the level by enumeration value. |
java.lang.String |
getLevel()
Gets the delivery report level. |
static java.util.List |
getList()
Gets the list of levels. |
java.lang.String |
getName()
Gets the name of the level. |
java.lang.String |
getName(java.util.Locale locale)
Gets the name of the level. |
java.lang.Object |
getStoreValueObject()
Gets the store value as an object. |
int |
getValue()
Gets the enumeration value of the document type. |
java.lang.String |
toString()
Returns the string representation of the object. |
java.lang.String |
toString(java.util.Locale locale)
Returns the 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 DeliveryReportLevel FAILURE
public static final DeliveryReportLevel CONFIRM
public static final DeliveryReportLevel TRACE
public static final DeliveryReportLevel NONE
| Method Detail |
public java.lang.String getLevel()
public java.lang.Object getStoreValueObject()
public int getValue()
DeliveryReportLevel class.VALUE_ constants)public java.lang.String getName()
public java.lang.String getName(java.util.Locale locale)
locale - the localepublic static DeliveryReportLevel get(int iValue)
iValue - the value of the level (see VALUE_)null if not foundpublic static java.util.List getList()
DeliveryReportLevel objectspublic boolean equals(java.lang.Object o)
DeliveryReportLevel
object is "equal to" this one.equals in class java.lang.Objecto - the object to checktrue if this object has the same value as the argument; false otherwisepublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toString(java.util.Locale locale)
locale - the locale
|
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||