org.modelsphere.jack.baseDb.db
Interface DbStyleI

All Known Implementing Classes:
DbBEStyle, DbOOStyle, DbORCommonItemStyle, DbORDomainStyle, DbORStyle, DbSMSStyle

public interface DbStyleI

An interface to define styles.


Method Summary
 void copyOptions(DbObject srcStyle)
           
 java.lang.Object find(MetaField metaField)
           
 void initNullOptions()
           
 void initOptions()
           
 

Method Detail

find

java.lang.Object find(MetaField metaField)
                      throws DbException
Throws:
DbException

initOptions

void initOptions()
                 throws DbException
Throws:
DbException

initNullOptions

void initNullOptions()
                     throws DbException
Throws:
DbException

copyOptions

void copyOptions(DbObject srcStyle)
                 throws DbException
Throws:
DbException


Open ModelSphere 2007. All Rights Reserved.