|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.ui.UIInfoType
Defines the type of the information to be sent to the user.
Field Summary | |
static int |
_UI_INFO_ADDRESS
The information to be sent to an end-user consists of a URL. |
static int |
_UI_INFO_AU
The information to be sent to the end-user is .au audio data |
static int |
_UI_INFO_BIN_DATA
The information to be sent to an end-user consists of a 8 bit binary data set. |
static int |
_UI_INFO_DATA
The information to be sent to an end-user consists of a data string. |
static int |
_UI_INFO_ID
The information to be sent to an end-user consists of an ID. |
static int |
_UI_INFO_MIME
The information to be sent to the end-user consists of MIME encoded data |
static int |
_UI_INFO_SYNTHESIS
The information to be sent to an end-user is synthesized from text. |
static int |
_UI_INFO_UUENCODED
The information to be sent to an end-user consists of UUEncoded data |
static int |
_UI_INFO_VXML
The information to be sent to the end-user is controlled by this VXML |
static int |
_UI_INFO_WAVE
The information to be sent to the end-user is .wav waveform data |
static org.csapi.jr.se.ui.UIInfoType |
UI_INFO_ADDRESS
The information to be sent to an end-user consists of a URL. |
static org.csapi.jr.se.ui.UIInfoType |
UI_INFO_AU
The information to be sent to the end-user is .au audio data |
static org.csapi.jr.se.ui.UIInfoType |
UI_INFO_BIN_DATA
The information to be sent to an end-user consists of a 8 bit binary data set. |
static org.csapi.jr.se.ui.UIInfoType |
UI_INFO_DATA
The information to be sent to an end-user consists of a data string. |
static org.csapi.jr.se.ui.UIInfoType |
UI_INFO_ID
The information to be sent to an end-user consists of an ID. |
static org.csapi.jr.se.ui.UIInfoType |
UI_INFO_MIME
The information to be sent to the end-user consists of MIME encoded data |
static org.csapi.jr.se.ui.UIInfoType |
UI_INFO_SYNTHESIS
The information to be sent to an end-user is synthesized from text. |
static org.csapi.jr.se.ui.UIInfoType |
UI_INFO_UUENCODED
The information to be sent to an end-user consists of UUEncoded data |
static org.csapi.jr.se.ui.UIInfoType |
UI_INFO_VXML
The information to be sent to the end-user is controlled by this VXML |
static org.csapi.jr.se.ui.UIInfoType |
UI_INFO_WAVE
The information to be sent to the end-user is .wav waveform data |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
static org.csapi.jr.se.ui.UIInfoType |
getObject(int value)
Accepts values in the range of 0 to 9 |
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_INFO_ID
public static final org.csapi.jr.se.ui.UIInfoType UI_INFO_ID
public static final int _UI_INFO_DATA
public static final org.csapi.jr.se.ui.UIInfoType UI_INFO_DATA
public static final int _UI_INFO_ADDRESS
public static final org.csapi.jr.se.ui.UIInfoType UI_INFO_ADDRESS
public static final int _UI_INFO_BIN_DATA
public static final org.csapi.jr.se.ui.UIInfoType UI_INFO_BIN_DATA
public static final int _UI_INFO_UUENCODED
public static final org.csapi.jr.se.ui.UIInfoType UI_INFO_UUENCODED
public static final int _UI_INFO_MIME
public static final org.csapi.jr.se.ui.UIInfoType UI_INFO_MIME
public static final int _UI_INFO_WAVE
public static final org.csapi.jr.se.ui.UIInfoType UI_INFO_WAVE
public static final int _UI_INFO_AU
public static final org.csapi.jr.se.ui.UIInfoType UI_INFO_AU
public static final int _UI_INFO_VXML
public static final org.csapi.jr.se.ui.UIInfoType UI_INFO_VXML
public static final int _UI_INFO_SYNTHESIS
public static final org.csapi.jr.se.ui.UIInfoType UI_INFO_SYNTHESIS
Method Detail |
public int getValue()
public java.lang.String getValueText()
public static org.csapi.jr.se.ui.UIInfoType 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 |