Uses of Enum Class
org.nuiton.topiatest.Title
Packages that use Title
-
Uses of Title in org.nuiton.topiatest
Fields in org.nuiton.topiatest declared as TitleFields in org.nuiton.topiatest with type parameters of type TitleModifier and TypeFieldDescriptionprotected Collection<Title>PersonneAbstract.titleNom de l'attribut en BD : titleMethods in org.nuiton.topiatest that return TitleModifier and TypeMethodDescriptionTitle[]PersonneDTO.getTitle()static TitleReturns the enum constant of this class with the specified name.static Title[]Title.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.nuiton.topiatest that return types with arguments of type TitleMethods in org.nuiton.topiatest with parameters of type TitleModifier and TypeMethodDescriptionvoidvoidPersonneDAOAbstract.findAllContainsTitle(Title v) PersonneDAOAbstract.findContainsTitle(Title v) voidPersonne.removeTitle(Title title) voidPersonneAbstract.removeTitle(Title title) voidMethod parameters in org.nuiton.topiatest with type arguments of type TitleModifier and TypeMethodDescriptionvoidPersonne.addAllTitle(Collection<Title> title) voidPersonneAbstract.addAllTitle(Collection<Title> title) voidPersonne.setTitle(Collection<Title> title) voidPersonneAbstract.setTitle(Collection<Title> title)