|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CatalogLine
Catalog operates data stored in catalog lines.
| Method Summary | |
|---|---|
int |
columnsCount()
Returns count of columns represented by this line. |
ColumnValue |
getColumnValue(int column)
Returns column value by index of the column |
ColumnValue |
getColumnValue(java.lang.String column)
Returns column value stored for column name. |
void |
setColumnValue(java.lang.String column,
java.lang.Object value)
Sets the column value. |
void |
setColumnValue(java.lang.String column,
java.lang.Object value,
boolean notEmpty)
Sets the column value. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
int columnsCount()
ColumnValue getColumnValue(java.lang.String column)
throws MetaException
column - Column name
ColumnValue object
MetaException - Thrown if column not found
ColumnValue getColumnValue(int column)
throws MetaException
column - Column value
ColumnValue object
MetaException - Thrown if index is out of bounds
void setColumnValue(java.lang.String column,
java.lang.Object value)
throws MetaException
column - Column namevalue - Value to be set for this column
MetaException - Thrown if column is not found or type of the value
is wrong.
void setColumnValue(java.lang.String column,
java.lang.Object value,
boolean notEmpty)
throws MetaException
false.
column - Column namevalue - Value to be set for this columnnotEmpty - Specifies if value should be replaced
MetaException - Thrown if column is not found or type of the value
is wrong.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||