Uses of Class
com.avoka.fc.core.dao.SystemInfoDao.TIInstance
-
Packages that use SystemInfoDao.TIInstance Package Description com.avoka.fc.core.dao Provides the Data Access Objects used by SmartForm Manager. -
-
Uses of SystemInfoDao.TIInstance in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return SystemInfoDao.TIInstance Modifier and Type Method Description SystemInfoDao.TIInstance
SystemInfoDao. getTIInstance()
static SystemInfoDao.TIInstance
SystemInfoDao.TIInstance. valueOf(String name)
Returns the enum constant of this type with the specified name.static SystemInfoDao.TIInstance[]
SystemInfoDao.TIInstance. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-