|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.ui.UIReport
Defines the UI reports if a response was requested.
Field Summary | |
static int |
_UI_REPORT_INFO_COLLECTED
Information collected., meeting the specified criteria. |
static int |
_UI_REPORT_INFO_SENT
Confirmation that the information has been sent. |
static int |
_UI_REPORT_MESSAGE_DELETED
A message has been deleted successfully. |
static int |
_UI_REPORT_MESSAGE_NOT_DELETED
A message has not been deleted successfully. |
static int |
_UI_REPORT_MESSAGE_NOT_STORED
The message has not been stored successfully. |
static int |
_UI_REPORT_MESSAGE_STORED
A message has been stored successfully. |
static int |
_UI_REPORT_NO_INPUT
No information collected. |
static int |
_UI_REPORT_TIMEOUT
No information collected. |
static int |
_UI_REPORT_UNDEFINED
Undefined report. |
static org.csapi.jr.se.ui.UIReport |
UI_REPORT_INFO_COLLECTED
Information collected., meeting the specified criteria. |
static org.csapi.jr.se.ui.UIReport |
UI_REPORT_INFO_SENT
Confirmation that the information has been sent. |
static org.csapi.jr.se.ui.UIReport |
UI_REPORT_MESSAGE_DELETED
A message has been deleted successfully. |
static org.csapi.jr.se.ui.UIReport |
UI_REPORT_MESSAGE_NOT_DELETED
A message has not been deleted successfully. |
static org.csapi.jr.se.ui.UIReport |
UI_REPORT_MESSAGE_NOT_STORED
The message has not been stored successfully. |
static org.csapi.jr.se.ui.UIReport |
UI_REPORT_MESSAGE_STORED
A message has been stored successfully. |
static org.csapi.jr.se.ui.UIReport |
UI_REPORT_NO_INPUT
No information collected. |
static org.csapi.jr.se.ui.UIReport |
UI_REPORT_TIMEOUT
No information collected. |
static org.csapi.jr.se.ui.UIReport |
UI_REPORT_UNDEFINED
Undefined report. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
static org.csapi.jr.se.ui.UIReport |
getObject(int value)
Accepts values in the range of 0 to 8 |
int |
getValue()
Number representing enum type |
java.lang.String |
getValueText()
getValueText method, overrides the getValueText() method in class java.lang.Object |
int |
hashCode()
Returns a hashcode value for the object. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int _UI_REPORT_UNDEFINED
public static final org.csapi.jr.se.ui.UIReport UI_REPORT_UNDEFINED
public static final int _UI_REPORT_INFO_SENT
public static final org.csapi.jr.se.ui.UIReport UI_REPORT_INFO_SENT
public static final int _UI_REPORT_INFO_COLLECTED
public static final org.csapi.jr.se.ui.UIReport UI_REPORT_INFO_COLLECTED
public static final int _UI_REPORT_NO_INPUT
public static final org.csapi.jr.se.ui.UIReport UI_REPORT_NO_INPUT
public static final int _UI_REPORT_TIMEOUT
public static final org.csapi.jr.se.ui.UIReport UI_REPORT_TIMEOUT
public static final int _UI_REPORT_MESSAGE_STORED
public static final org.csapi.jr.se.ui.UIReport UI_REPORT_MESSAGE_STORED
public static final int _UI_REPORT_MESSAGE_NOT_STORED
public static final org.csapi.jr.se.ui.UIReport UI_REPORT_MESSAGE_NOT_STORED
public static final int _UI_REPORT_MESSAGE_DELETED
public static final org.csapi.jr.se.ui.UIReport UI_REPORT_MESSAGE_DELETED
public static final int _UI_REPORT_MESSAGE_NOT_DELETED
public static final org.csapi.jr.se.ui.UIReport UI_REPORT_MESSAGE_NOT_DELETED
Method Detail |
public int getValue()
public java.lang.String getValueText()
public static org.csapi.jr.se.ui.UIReport getObject(int value) throws InvalidEnumValueException
value
- number representing type of object, this is defined within the class
InvalidEnumValueException
- thrown if invalid value is passed into methodpublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |