Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.wtc.jatmi
Class Usysflds

java.lang.Object
  extended by weblogic.wtc.jatmi.Usysflds

All Implemented Interfaces:
FldTbl

public final class Usysflds
extends Object
implements FldTbl

Field Summary
static int BQCMD
           
static int CHGATTS
           
static int CURSID
           
static int CURSOC
           
static int DESTSRVC
           
static int FORMNAM
           
static int INITMSK
           
static int LEVKEY
           
static int MODS
           
static int NEWFORM
           
static int SRVCNM
           
static int STATLIN
           
static int UPDTMOD
           
static int USYS1FLD
           
static int USYS2FLD
           
static int USYS3FLD
           
static int USYS4FLD
           
static int USYS5FLD
           
static int USYS6FLD
           
static int VALONENTRY
           

 

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

INITMSK

public static final int INITMSK
See Also:
Constant Field Values

CURSID

public static final int CURSID
See Also:
Constant Field Values

CURSOC

public static final int CURSOC
See Also:
Constant Field Values

LEVKEY

public static final int LEVKEY
See Also:
Constant Field Values

STATLIN

public static final int STATLIN
See Also:
Constant Field Values

FORMNAM

public static final int FORMNAM
See Also:
Constant Field Values

UPDTMOD

public static final int UPDTMOD
See Also:
Constant Field Values

SRVCNM

public static final int SRVCNM
See Also:
Constant Field Values

NEWFORM

public static final int NEWFORM
See Also:
Constant Field Values

CHGATTS

public static final int CHGATTS
See Also:
Constant Field Values

USYS1FLD

public static final int USYS1FLD
See Also:
Constant Field Values

USYS2FLD

public static final int USYS2FLD
See Also:
Constant Field Values

USYS3FLD

public static final int USYS3FLD
See Also:
Constant Field Values

USYS4FLD

public static final int USYS4FLD
See Also:
Constant Field Values

USYS5FLD

public static final int USYS5FLD
See Also:
Constant Field Values

USYS6FLD

public static final int USYS6FLD
See Also:
Constant Field Values

DESTSRVC

public static final int DESTSRVC
See Also:
Constant Field Values

MODS

public static final int MODS
See Also:
Constant Field Values

VALONENTRY

public static final int VALONENTRY
See Also:
Constant Field Values

BQCMD

public static final int BQCMD
See Also:
Constant Field Values

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.

Skip navigation links

Copyright 1996, 2015, 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
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09