com.infoengine.convert
Class dsp4x

java.lang.Object
  extended bycom.infoengine.convert.dsp4x

public class dsp4x
extends Object


Field Summary
(package private) static int cnt
           
(package private)  String message
           
(package private)  Webject webject
           
 
Constructor Summary
dsp4x(Webject dspwebject)
           
 
Method Summary
 Webject convertAttributeValue()
          Convert Display webject name='Attribute-Value' to I*E 4.0
 Webject convertEchoWebject()
          Convert Display webject name='Echo-Webject' to I*E 4.0
 Webject convertImageData()
          Convert Display webject name='Image-Data' to I*E 4.0
 Webject convertJavaApplet()
          Convert Display webject name='Java-Applet' to I*E 4.0
 Webject convertObjectButton()
          Convert Display webject name='Object-Button' to I*E 4.0
 Webject convertObjectDisplay()
          Convert Display webject name='Object-Dispaly' to I*E 4.0
 Webject convertObjectList()
          Convert Display webject name='Object-List' to I*E 4.0
 Webject convertObjectTable()
          Convert Display webject name='Object-Table' to I*E 4.0
 Webject convertObjectWindow()
          Convert Display webject name='Object-Window' to I*E 4.0
 Webject convertObjectXml()
          Convert Display webject name='Object-Xml' to I*E 4.0
 Webject convertSetCookie()
          Convert Display webject name='Set-Cookie' to I*E 4.0
 Webject get4xWebject()
          Gives the I*E 4.0 Display webject after converting
private  String getTaskName()
          Generates TASK name for the DSP webject
 String groupInName()
          Gives the GROUP_IN value
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

webject

Webject webject

cnt

static int cnt

message

String message
Constructor Detail

dsp4x

public dsp4x(Webject dspwebject)
Method Detail

get4xWebject

public Webject get4xWebject()
Gives the I*E 4.0 Display webject after converting


convertAttributeValue

public Webject convertAttributeValue()
Convert Display webject name='Attribute-Value' to I*E 4.0


convertEchoWebject

public Webject convertEchoWebject()
Convert Display webject name='Echo-Webject' to I*E 4.0


convertObjectButton

public Webject convertObjectButton()
Convert Display webject name='Object-Button' to I*E 4.0


convertObjectWindow

public Webject convertObjectWindow()
Convert Display webject name='Object-Window' to I*E 4.0


convertObjectList

public Webject convertObjectList()
Convert Display webject name='Object-List' to I*E 4.0


convertObjectDisplay

public Webject convertObjectDisplay()
Convert Display webject name='Object-Dispaly' to I*E 4.0


convertObjectTable

public Webject convertObjectTable()
Convert Display webject name='Object-Table' to I*E 4.0


convertImageData

public Webject convertImageData()
Convert Display webject name='Image-Data' to I*E 4.0


convertJavaApplet

public Webject convertJavaApplet()
Convert Display webject name='Java-Applet' to I*E 4.0


convertSetCookie

public Webject convertSetCookie()
Convert Display webject name='Set-Cookie' to I*E 4.0


convertObjectXml

public Webject convertObjectXml()
Convert Display webject name='Object-Xml' to I*E 4.0


groupInName

public String groupInName()
Gives the GROUP_IN value

Returns:
String The GROUP_IN value

getTaskName

private String getTaskName()
Generates TASK name for the DSP webject

Returns:
String The task name.

main

public static void main(String[] args)