org.csapi.jr.se.ui
Class UIInfoType

java.lang.Object
  |
  +--org.csapi.jr.se.ui.UIInfoType
All Implemented Interfaces:
java.io.Serializable

public final class UIInfoType
extends java.lang.Object
implements java.io.Serializable

Defines the type of the information to be sent to the user.

See Also:
Serialized Form

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

_UI_INFO_ID

public static final int _UI_INFO_ID
The information to be sent to an end-user consists of an ID.

See Also:
Constant Field Values

UI_INFO_ID

public static final org.csapi.jr.se.ui.UIInfoType UI_INFO_ID
The information to be sent to an end-user consists of an ID.


_UI_INFO_DATA

public static final int _UI_INFO_DATA
The information to be sent to an end-user consists of a data string.

See Also:
Constant Field Values

UI_INFO_DATA

public static final org.csapi.jr.se.ui.UIInfoType UI_INFO_DATA
The information to be sent to an end-user consists of a data string.


_UI_INFO_ADDRESS

public static final int _UI_INFO_ADDRESS
The information to be sent to an end-user consists of a URL.

See Also:
Constant Field Values

UI_INFO_ADDRESS

public static final org.csapi.jr.se.ui.UIInfoType UI_INFO_ADDRESS
The information to be sent to an end-user consists of a URL.


_UI_INFO_BIN_DATA

public static final int _UI_INFO_BIN_DATA
The information to be sent to an end-user consists of a 8 bit binary data set.

See Also:
Constant Field Values

UI_INFO_BIN_DATA

public static final 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.


_UI_INFO_UUENCODED

public static final int _UI_INFO_UUENCODED
The information to be sent to an end-user consists of UUEncoded data

See Also:
Constant Field Values

UI_INFO_UUENCODED

public static final org.csapi.jr.se.ui.UIInfoType UI_INFO_UUENCODED
The information to be sent to an end-user consists of UUEncoded data


_UI_INFO_MIME

public static final int _UI_INFO_MIME
The information to be sent to the end-user consists of MIME encoded data

See Also:
Constant Field Values

UI_INFO_MIME

public static final org.csapi.jr.se.ui.UIInfoType UI_INFO_MIME
The information to be sent to the end-user consists of MIME encoded data


_UI_INFO_WAVE

public static final int _UI_INFO_WAVE
The information to be sent to the end-user is .wav waveform data

See Also:
Constant Field Values

UI_INFO_WAVE

public static final org.csapi.jr.se.ui.UIInfoType UI_INFO_WAVE
The information to be sent to the end-user is .wav waveform data


_UI_INFO_AU

public static final int _UI_INFO_AU
The information to be sent to the end-user is .au audio data

See Also:
Constant Field Values

UI_INFO_AU

public static final org.csapi.jr.se.ui.UIInfoType UI_INFO_AU
The information to be sent to the end-user is .au audio data


_UI_INFO_VXML

public static final int _UI_INFO_VXML
The information to be sent to the end-user is controlled by this VXML

See Also:
Constant Field Values

UI_INFO_VXML

public static final org.csapi.jr.se.ui.UIInfoType UI_INFO_VXML
The information to be sent to the end-user is controlled by this VXML


_UI_INFO_SYNTHESIS

public static final int _UI_INFO_SYNTHESIS
The information to be sent to an end-user is synthesized from text.

See Also:
Constant Field Values

UI_INFO_SYNTHESIS

public static final org.csapi.jr.se.ui.UIInfoType UI_INFO_SYNTHESIS
The information to be sent to an end-user is synthesized from text.

Method Detail

getValue

public int getValue()
Number representing enum type

Returns:
int number representing type of object, this is defined within the class

getValueText

public java.lang.String getValueText()
getValueText method, overrides the getValueText() method in class java.lang.Object

Returns:
String The stringified version of the UIInfoType object

getObject

public static org.csapi.jr.se.ui.UIInfoType getObject(int value)
                                               throws InvalidEnumValueException
Accepts values in the range of 0 to 9

Parameters:
value - number representing type of object, this is defined within the class
Throws:
InvalidEnumValueException - thrown if invalid value is passed into method

equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hashcode value for the object.

Overrides:
hashCode in class java.lang.Object