|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.wtc.jatmi.FmlKey
This class represents the combination of FML field id and occurance.
FML
,
mkfldclass
Constructor Summary | |
FmlKey(FmlKey toCopy)
Constructor. |
|
FmlKey(int fldid,
int occurance)
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()
Returns the occurance number associated with this key |
void |
set_occurance(int occurance)
sets the occurance number of this key |
String |
toString()
Returns a string version of this object. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.lang.Comparable |
compareTo |
Constructor Detail |
public FmlKey(FmlKey toCopy)
public FmlKey(int fldid, int occurance)
Method Detail |
public int compareTo(Object obj)
obj
- The FmlKey object to compare to this one
public boolean equals(Object obj)
obj
- An object to compare to this object
public int get_fldid()
public int get_occurance()
public void set_occurance(int occurance)
occurance
- The occurance number for this keypublic String toString()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |