public class ConfigurationPropertiesList
extends java.lang.Object
ReportProperties#setMarked,
ReportProperties#isMarked| Constructor and Description |
|---|
ConfigurationPropertiesList(ConfigurationProperties base)
Creates a list of report properties.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(int column)
Returns the value in the specified column.
|
int |
getColumnCount()
Returns the number of columns.
|
java.lang.String |
getColumnName(int column)
Returns the name of the specified column.
|
java.lang.String |
toString()
Returns a string describing the object.
|
public ConfigurationPropertiesList(ConfigurationProperties base)
base - the underlying properties.public int getColumnCount()
public java.lang.String getColumnName(int column)
column - the column index (zero-based).public java.lang.Object get(int column)
column - the column index (zero-based).public java.lang.String toString()
toString in class java.lang.Object