Uses of Enum Class
com.reallifedeveloper.tools.test.database.dbunit.DbUnitTestEntity.TestEnum
Packages that use DbUnitTestEntity.TestEnum
-
Uses of DbUnitTestEntity.TestEnum in com.reallifedeveloper.tools.test.database.dbunit
Methods in com.reallifedeveloper.tools.test.database.dbunit that return DbUnitTestEntity.TestEnumModifier and TypeMethodDescriptionDbUnitTestEntity.testEnum()
static DbUnitTestEntity.TestEnum
Returns the enum constant of this class with the specified name.static DbUnitTestEntity.TestEnum[]
DbUnitTestEntity.TestEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.reallifedeveloper.tools.test.database.dbunit with parameters of type DbUnitTestEntity.TestEnumModifierConstructorDescriptionDbUnitTestEntity
(byte b, Short s, Integer id, Long l, Float f, Double d, Boolean bool, Character c, String string, Date date, DbUnitTestEntity.TestEnum testEnum, BigDecimal bd, BigInteger bi, TestEntity testEntity, Collection<TestEntity> testEntities)