public Genre getGenre()

in src/com/example/library/Book.java [26:28]


    public Genre getGenre() {
        return genre;
    }