|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.objex.progeny.anywhere.fields.XRFLookupTableInfo
public class XRFLookupTableInfo
Number of entries in this widths and columnorder arrays and the m_values map are one (1) more than the number of entries in the subfields
| Constructor Summary | |
|---|---|
XRFLookupTableInfo()
|
|
| Method Summary | |
|---|---|
void |
addValue(int ai_fieldid,
java.lang.String value)
Assumes that the widths and column order values have been set already or will be set independently |
void |
addValue(int ai_fieldid,
java.lang.String value,
int width)
|
void |
addWidth(int ai_fieldid,
int width)
Assumes that the field values for the referenced field has already been added otherwise field |
int[] |
getColumnOrder()
|
int |
getFieldid(int index)
|
java.lang.String[] |
getRow(int ai_row)
|
java.lang.String |
getValue(int ai_subfieldid,
int dd_row)
|
java.lang.String[] |
getValues(int ai_fieldid)
|
int |
getValuesCount()
|
int |
getWidth(int ai_fieldid)
|
void |
setWidth(int ai_fieldid,
int width)
Set the width for the specified field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XRFLookupTableInfo()
| Method Detail |
|---|
public int getValuesCount()
public void addValue(int ai_fieldid,
java.lang.String value,
int width)
public void addValue(int ai_fieldid,
java.lang.String value)
public void addWidth(int ai_fieldid,
int width)
public void setWidth(int ai_fieldid,
int width)
ai_fieldid - The fieldid for which the with is to be setwidth - The new widthpublic int getWidth(int ai_fieldid)
public java.lang.String[] getValues(int ai_fieldid)
public int[] getColumnOrder()
public int getFieldid(int index)
public java.lang.String getValue(int ai_subfieldid,
int dd_row)
public java.lang.String[] getRow(int ai_row)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||