Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.wtc.jatmi
Class tmibflds

java.lang.Object
  extended by weblogic.wtc.jatmi.tmibflds
All Implemented Interfaces:
FldTbl

public final class tmibflds
extends Object
implements FldTbl


Field Summary
static int TA__BBVERSION
          number: 7901 type: long
static int TA__DATA
          number: 7903 type: carray
static int TA__DIRNAME
          number: 7904 type: string
static int TA__DIRPERM
          number: 7905 type: long
static int TA__ENCPASSWD
          number: 7900 type: carray
static int TA__FILENAME
          number: 7906 type: string
static int TA__LENGTH
          number: 7907 type: long
static int TA__OFFSET
          number: 7908 type: long
static int TA__SEC_PRINCIPAL_ENCPASSWORD
          number: 7911 type: carray
static int TA__TOTSIZE
          number: 7909 type: long
static int TA__TRUNCATE
          number: 7910 type: string
static int TA__TUXVERSION
          number: 7902 type: long
 
Constructor Summary
tmibflds()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TA__ENCPASSWD

public static final int TA__ENCPASSWD
number: 7900 type: carray

See Also:
Constant Field Values

TA__BBVERSION

public static final int TA__BBVERSION
number: 7901 type: long

See Also:
Constant Field Values

TA__TUXVERSION

public static final int TA__TUXVERSION
number: 7902 type: long

See Also:
Constant Field Values

TA__DATA

public static final int TA__DATA
number: 7903 type: carray

See Also:
Constant Field Values

TA__DIRNAME

public static final int TA__DIRNAME
number: 7904 type: string

See Also:
Constant Field Values

TA__DIRPERM

public static final int TA__DIRPERM
number: 7905 type: long

See Also:
Constant Field Values

TA__FILENAME

public static final int TA__FILENAME
number: 7906 type: string

See Also:
Constant Field Values

TA__LENGTH

public static final int TA__LENGTH
number: 7907 type: long

See Also:
Constant Field Values

TA__OFFSET

public static final int TA__OFFSET
number: 7908 type: long

See Also:
Constant Field Values

TA__TOTSIZE

public static final int TA__TOTSIZE
number: 7909 type: long

See Also:
Constant Field Values

TA__TRUNCATE

public static final int TA__TRUNCATE
number: 7910 type: string

See Also:
Constant Field Values

TA__SEC_PRINCIPAL_ENCPASSWORD

public static final int TA__SEC_PRINCIPAL_ENCPASSWORD
number: 7911 type: carray

See Also:
Constant Field Values
Constructor Detail

tmibflds

public tmibflds()
Method Detail

Fldid_to_name

public String Fldid_to_name(int fldid)
Description copied from interface: FldTbl
This method maps a fielded ID to its corresponding name from the field definition file

Specified by:
Fldid_to_name in interface FldTbl
Parameters:
fldid - The field id to search for
Returns:
The string for this field id or null if none is found

name_to_Fldid

public int name_to_Fldid(String name)
Description copied from interface: FldTbl
Maps the given string to the given fieldid

Specified by:
name_to_Fldid in interface FldTbl
Parameters:
name - The name to lookup for a fieldid
Returns:
A field id or -1 if none could be found with this name

getFldNames

public String[] getFldNames()
Description copied from interface: FldTbl
Gets a list of the field names used by this table.

Specified by:
getFldNames in interface FldTbl
Returns:
A String array of the names of the fields of this table.

Copyright 1996, 2011, 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.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06