com.bea.tuxedo.control
Class MyFieldTable

java.lang.Object
  extended by com.bea.tuxedo.control.MyFieldTable
All Implemented Interfaces:
weblogic.wtc.jatmi.FldTbl

public final class MyFieldTable
extends Object
implements weblogic.wtc.jatmi.FldTbl


Field Summary
static int MyString
          number: 257 type: string
 
Constructor Summary
MyFieldTable()
           
 
Method Summary
 String Fldid_to_name(int fldid)
           
 String[] getFldNames()
           
 int name_to_Fldid(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MyString

public static final int MyString
number: 257 type: string

See Also:
Constant Field Values
Constructor Detail

MyFieldTable

public MyFieldTable()
Method Detail

Fldid_to_name

public String Fldid_to_name(int fldid)
Specified by:
Fldid_to_name in interface weblogic.wtc.jatmi.FldTbl

name_to_Fldid

public int name_to_Fldid(String name)
Specified by:
name_to_Fldid in interface weblogic.wtc.jatmi.FldTbl

getFldNames

public String[] getFldNames()
Specified by:
getFldNames in interface weblogic.wtc.jatmi.FldTbl