| 
 | Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.3) Part Number E13941-03 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectweblogic.wtc.jatmi.FmlKey
public final class FmlKey
This class represents the combination of FML field id and occurance.
FML, 
mkfldclass| Constructor Summary | |
|---|---|
| FmlKey(FmlKey toCopy)Constructor. | |
| FmlKey(int fldid,
       int occurrence)Constructor. | |
| Method Summary | |
|---|---|
|  int | compareTo(Object obj)orders two FmlKey objects | 
|  boolean | equals(Object obj)Compares two FmlKey objects | 
|  int | get_fldid()Returns the field id associated with this key | 
|  int | get_occurance()Deprecated. As of 9.2, replaced by get_occurrence(). | 
|  int | get_occurrence()Returns the occurrence number associated with this key | 
|  int | hashCode()return hash code value | 
|  void | set_occurance(int occurrence)Deprecated. As of 9.2, replaced by set_occurrence(int occurrence). | 
|  void | set_occurrence(int occurrence)sets the occurrence number of this key | 
|  String | toString()Returns a string version of this object. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public FmlKey(int fldid,
              int occurrence)
fldid - A FML field IDoccurrence - The occurrence where this field should occur in an
 FML bufferpublic FmlKey(FmlKey toCopy)
toCopy - A FmlKey object to copy| Method Detail | 
|---|
public int get_fldid()
public int get_occurrence()
public int get_occurance()
public void set_occurrence(int occurrence)
occurrence - The occurrence number for this keypublic void set_occurance(int occurrence)
occurance - The occurance number for this keypublic boolean equals(Object obj)
equals in class Objectobj - An object to compare to this object
public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic int compareTo(Object obj)
compareTo in interface Comparableobj - The FmlKey object to compare to this one
| 
 | Copyright 1996, 2010, 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 10.3.3 API Reference 11g Release 1 (10.3.3) Part Number E13941-03 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||