|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FldTbl
This interface assists in the mapping from field id to its corresponding string. When a user runs mkfldclass on an field table, mkfldclass produces a java file that implements this interface. The FML object itself takes a list of objects which implement this interface. Whenever the object is asked to map a field id to a string or a string to a field id, the FML object goes through its list of FldTbls calling Fldid_to_name or name_to_Fldid.
FML
,
mkfldclass
Method Summary | |
---|---|
String |
Fldid_to_name(int fldid)
This method maps a fielded ID to its corresponding name from the field definition file |
String[] |
getFldNames()
Gets a list of the field names used by this table. |
int |
name_to_Fldid(String name)
Maps the given string to the given fieldid |
Method Detail |
---|
String Fldid_to_name(int fldid)
fldid
- The field id to search for
int name_to_Fldid(String name)
name
- The name to lookup for a fieldid
String[] getFldNames()
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |