BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


Uses of Interface
weblogic.wtc.jatmi.FldTbl

Packages that use FldTbl
weblogic.wtc.gwt   
weblogic.wtc.jatmi   
 

Uses of FldTbl in weblogic.wtc.gwt
 

Methods in weblogic.wtc.gwt that return FldTbl
 

Methods in weblogic.wtc.gwt with parameters of type FldTbl
 TypedFML XmlFmlCnv.XMLtoFML(String xmlinfo, FldTbl[] fldtbls)
          Translate an XML document into an FML buffer.
 TypedFML32 XmlFmlCnv.XMLtoFML32(String xmlinfo, FldTbl[] fldtbls)
          Translate an XML document into an FML32 buffer.
 

Uses of FldTbl in weblogic.wtc.jatmi
 

Classes in weblogic.wtc.jatmi that implement FldTbl
 class DynamicFldTbl
          This class provides a dynamic implementation of the FldTbl interface.
 

Fields in weblogic.wtc.jatmi declared as FldTbl
protected  FldTbl[] TypedFML32.fldtbls
           
 

Methods in weblogic.wtc.jatmi that return FldTbl
 FldTbl[] TypedFML32.getFieldTables()
          gets the current list of FldTbls that are being used by this FML32 object to do FldId/String mappings.
 FldTbl[] TypedFML.getFieldTables()
          gets the current list of FldTbls that are being used by this TypedFML object to do FldId/String mappings.
 FldTbl[] FML.getFieldTables()
          gets the current list of FldTbls that are being used by this TypedFML object to do FldId/String mappings.
 

Methods in weblogic.wtc.jatmi with parameters of type FldTbl
 void TypedFML32.setFieldTables(FldTbl[] tables)
          This function sets the list of FldTbl objects that can be used for FldId/String mappings
 void TypedFML.setFieldTables(FldTbl[] tables)
          This function sets the list of FldTbl objects that can be used for FldId/String mappings
 void FML.setFieldTables(FldTbl[] tables)
          This function sets the list of FldTbl objects that can be used for FldId/String mappings
 

Constructors in weblogic.wtc.jatmi with parameters of type FldTbl
TypedFML32(FldTbl[] tables)
          Constructor which provides a list FldTbl objects for mapping FldIds to Strings and Strings to FldIds.
TypedFML32(FldTbl table)
          Constructor which provides a single FldTbl object for mapping FldIds to Strings and Strings to FldIds Note that it is not necesary to provide FldTbls unless String/FldId mappings are required.
TypedFML(FldTbl[] tables)
          Constructor which provides a list FldTbl objects for mapping FldIds to Strings and Strings to FldIds.
TypedFML(FldTbl table)
          Constructor which provides a single FldTbl object for mapping FldIds to Strings and Strings to FldIds Note that it is not necesary to provide FldTbls unless String/FldId mappings are required.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.