Uses of Class
io.tech1.framework.domain.tests.enums.EnumUnderTests
-
Packages that use EnumUnderTests Package Description io.tech1.framework.domain.tests.classes io.tech1.framework.domain.tests.enums -
-
Uses of EnumUnderTests in io.tech1.framework.domain.tests.classes
Methods in io.tech1.framework.domain.tests.classes that return EnumUnderTests Modifier and Type Method Description EnumUnderTestsClassNestChild1. getNest1Value3()Methods in io.tech1.framework.domain.tests.classes with parameters of type EnumUnderTests Modifier and Type Method Description voidClassNestChild1. setNest1Value3(EnumUnderTests nest1Value3)Constructors in io.tech1.framework.domain.tests.classes with parameters of type EnumUnderTests Constructor Description ClassNestChild1(Integer nest1Value1, BigDecimal nest1Value2, EnumUnderTests nest1Value3) -
Uses of EnumUnderTests in io.tech1.framework.domain.tests.enums
Methods in io.tech1.framework.domain.tests.enums that return EnumUnderTests Modifier and Type Method Description static EnumUnderTestsEnumUnderTests. valueOf(String name)Returns the enum constant of this type with the specified name.static EnumUnderTests[]EnumUnderTests. values()Returns an array containing the constants of this enum type, in the order they are declared.
-