| Package | Description |
|---|---|
| org.specrunner.sql.report |
| Modifier and Type | Method and Description |
|---|---|
RegisterType |
LineReport.getType()
Gets the register type.
|
static RegisterType |
RegisterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegisterType[] |
RegisterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LineReport.setType(RegisterType type)
Set line register type.
|
| Constructor and Description |
|---|
LineReport(RegisterType type,
TableReport table,
INullEmptyHandler nullEmptyHandler)
Default constructor.
|
Copyright © 2017. All rights reserved.