Uses of Class
org.apache.empire.data.DataMode

Packages that use DataMode
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. 
 

Uses of DataMode in org.apache.empire.data
 

Methods in org.apache.empire.data that return DataMode
static DataMode DataMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DataMode[] DataMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of DataMode in org.apache.empire.data.bean
 

Methods in org.apache.empire.data.bean with parameters of type DataMode
protected  BeanProperty BeanClass.addProp(String propname, DataType dataType, double size, DataMode dataMode)
           
protected  BeanProperty BeanClass.addProp(String propname, DataType dataType, double size, DataMode dataMode, String controlType)
           
 

Constructors in org.apache.empire.data.bean with parameters of type DataMode
BeanProperty(String name, DataType dataType, double size, DataMode dataMode, String controlType)
          Constructs a bean property definition
 

Uses of DataMode in org.apache.empire.db
 

Fields in org.apache.empire.db declared as DataMode
protected  DataMode DBTableColumn.dataMode
           
 

Methods in org.apache.empire.db with parameters of type DataMode
 DBTableColumn DBTable.addColumn(String columnName, DataType type, double size, DataMode dataMode)
          Creates a new DBTableColumn object and adds it to the column collection.
 DBTableColumn DBTable.addColumn(String columnName, DataType type, double size, DataMode dataMode, Object defValue)
          Creates a new DBTableColumn object and adds it to the column collection.
 

Constructors in org.apache.empire.db with parameters of type DataMode
DBTableColumn(DBTable table, DataType type, String name, double size, DataMode dataMode, Object defValue)
          Constructs a DBTableColumn object set the specified parameters to this object.
 



Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.