Uses of Enum Class
MovieRatingEN
-
Uses of MovieRatingEN in Unnamed Package
Methods in Unnamed Package that return MovieRatingENModifier and TypeMethodDescriptionMovieEY.getMovieRating()Get method for the rating of the moviestatic MovieRatingENReturns the enum constant of this class with the specified name.static MovieRatingEN[]MovieRatingEN.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in Unnamed Package with parameters of type MovieRatingENModifier and TypeMethodDescriptionvoidMovieEY.setMovieRating(MovieRatingEN movieRating) Set method for the name of the movieConstructors in Unnamed Package with parameters of type MovieRatingENModifierConstructorDescriptionMovieEY(String movieID, String name, String movieLanguage, MovieTypeEN movieType, MovieRatingEN movieRating, ShowStatusEN showStatus, String synopsis, String director, ArrayList<String> cast, ArrayList<String> ratingsID) Movie Constructor