public static class ExampleLookupTable.TableWithNullOption extends Object implements Serializable
| Constructor and Description |
|---|
TableWithNullOption(String tableName) |
TableWithNullOption(String tableName,
String nullDescription) |
TableWithNullOption(String tableName,
String nullDescription,
String nullCode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getNullCode() |
String |
getNullDescription() |
String |
getTableName() |
public TableWithNullOption(String tableName)
tableName - the source table.public TableWithNullOption(String tableName, String nullDescription)
tableName - the source table.nullDescription - the description for the null optionCopyright © 2024. All rights reserved.