WebLogic Server 7.0 Code Examples, BEA Systems, Inc.

examples.wtc.atmi.simpFML32
Class MyFieldTable

java.lang.Object
  |
  +--examples.wtc.atmi.simpFML32.MyFieldTable
All Implemented Interfaces:
weblogic.wtc.jatmi.FldTbl

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


Field Summary
static int MyString
          number: 257 type: string
 
Constructor Summary
MyFieldTable()
           
 
Method Summary
 java.lang.String Fldid_to_name(int fldid)
           
 java.lang.String[] getFldNames()
           
 int name_to_Fldid(java.lang.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
Constructor Detail

MyFieldTable

public MyFieldTable()
Method Detail

Fldid_to_name

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

getFldNames

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

name_to_Fldid

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

Documentation is available at
http://e-docs.bea.com/wls/docs70

Copyright © 2002 BEA Systems, Inc. All Rights Reserved.