Uses of Class
org.LexGrid.LexBIG.caCore.dao.orm.LexEVSDAO.DAOType

Packages that use LexEVSDAO.DAOType
org.LexGrid.LexBIG.caCore.dao.orm   
 

Uses of LexEVSDAO.DAOType in org.LexGrid.LexBIG.caCore.dao.orm
 

Methods in org.LexGrid.LexBIG.caCore.dao.orm that return LexEVSDAO.DAOType
 LexEVSDAO.DAOType LexEVSDAOImpl.getDaoType()
           
 LexEVSDAO.DAOType LexEVSDAO.getDaoType()
          Gets the Type of resource this DAO represents -- either a History or CodingScheme resource.
static LexEVSDAO.DAOType LexEVSDAO.DAOType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LexEVSDAO.DAOType[] LexEVSDAO.DAOType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.LexGrid.LexBIG.caCore.dao.orm with parameters of type LexEVSDAO.DAOType
 void LexEVSDAOImpl.setDaoType(LexEVSDAO.DAOType daoType)