Uses of Enum
org.nuiton.topia.it.mapping.test4.E4
Packages that use E4
-
Uses of E4 in org.nuiton.topia.it.mapping.test4
Fields in org.nuiton.topia.it.mapping.test4 with type parameters of type E4Modifier and TypeFieldDescriptionprotected Collection<E4>A4Abstract.enumerationsNom de l'attribut en BD : enumerationsMethods in org.nuiton.topia.it.mapping.test4 that return E4Modifier and TypeMethodDescriptionstatic E4Returns the enum constant of this type with the specified name.static E4[]E4.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nuiton.topia.it.mapping.test4 that return types with arguments of type E4Methods in org.nuiton.topia.it.mapping.test4 with parameters of type E4Modifier and TypeMethodDescriptionvoidA4.addEnumerations(E4 enumerations) voidA4Abstract.addEnumerations(E4 enumerations) booleanA4.containsEnumerations(E4 enumerations) booleanA4Abstract.containsEnumerations(E4 enumerations) GeneratedA4TopiaDao.findAllContainsEnumerations(E4 v) Deprecated.GeneratedA4TopiaDao.findContainsEnumerations(E4 v) Deprecated.GeneratedA4TopiaDao.forEnumerationsContains(E4 v) voidA4.removeEnumerations(E4 enumerations) voidA4Abstract.removeEnumerations(E4 enumerations) Method parameters in org.nuiton.topia.it.mapping.test4 with type arguments of type E4Modifier and TypeMethodDescriptionvoidA4.addAllEnumerations(Iterable<E4> enumerations) voidA4Abstract.addAllEnumerations(Iterable<E4> enumerations) voidA4.setEnumerations(Collection<E4> enumerations) voidA4Abstract.setEnumerations(Collection<E4> enumerations)