Package | Description |
---|---|
org.apache.empire.data |
This package contains interfaces for data and metadata handling.
|
org.apache.empire.data.bean |
This package contains implmentations of Empire's data and metadata interfaces for JavaBeans of Data Tranfer Objects (DTO's).
|
org.apache.empire.db |
This package contains the core Empire-DB implementation classes.
|
Modifier and Type | Method and Description |
---|---|
static DataMode |
DataMode.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static DataMode[] |
DataMode.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BeanProperty(String name,
DataType dataType,
double size,
DataMode dataMode,
String controlType,
boolean readOnly)
Constructs a bean property definition
|
Modifier and Type | Method and Description |
---|---|
DBTableColumn |
DBTable.addColumn(String columnName,
DataType type,
double size,
DataMode dataMode)
Deprecated.
|
DBTableColumn |
DBTable.addColumn(String columnName,
DataType type,
double size,
DataMode dataMode,
Object defValue)
Deprecated.
|
Constructor and Description |
---|
DBTableColumn(DBTable table,
DataType type,
String name,
double size,
DataMode dataMode,
Object defValue)
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.