Uses of Enum Class
org.fastnate.generator.test.primitive.TestEnum
Packages that use TestEnum
Package
Description
-
Uses of TestEnum in org.fastnate.generator.test.collections
Methods in org.fastnate.generator.test.collections that return types with arguments of type TestEnumMethod parameters in org.fastnate.generator.test.collections with type arguments of type TestEnumModifier and TypeMethodDescriptionvoidCollectionsTestEntity.setEnumList(List<TestEnum> enumList) -
Uses of TestEnum in org.fastnate.generator.test.embedded
Methods in org.fastnate.generator.test.embedded that return TestEnumMethods in org.fastnate.generator.test.embedded with parameters of type TestEnumConstructors in org.fastnate.generator.test.embedded with parameters of type TestEnum -
Uses of TestEnum in org.fastnate.generator.test.primitive
Methods in org.fastnate.generator.test.primitive that return TestEnumModifier and TypeMethodDescriptionPrimitiveTestEntity.getOrdinalEnum()PrimitiveTestEntity.getStringEnum()static TestEnumReturns the enum constant of this class with the specified name.static TestEnum[]TestEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.fastnate.generator.test.primitive with parameters of type TestEnumModifier and TypeMethodDescriptionvoidPrimitiveTestEntity.setOrdinalEnum(TestEnum ordinalEnum) voidPrimitiveTestEntity.setStringEnum(TestEnum stringEnum)