Uses of Enum Class
MovieTypeEN
-
Uses of MovieTypeEN in Unnamed Package
Methods in Unnamed Package that return MovieTypeENModifier and TypeMethodDescriptionMovieEY.getMovieType()get method to get the movie typeTicketPrice.getMovieType()Method to get the type of movieMovieEY.getType()Get method for the type of the moviestatic MovieTypeENReturns the enum constant of this class with the specified name.static MovieTypeEN[]MovieTypeEN.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 MovieTypeENModifier and TypeMethodDescriptionvoidMovieEY.setType(MovieTypeEN type) Set method for the type of the movieConstructors in Unnamed Package with parameters of type MovieTypeENModifierConstructorDescriptionMovieEY(String movieID, String name, String movieLanguage, MovieTypeEN movieType, MovieRatingEN movieRating, ShowStatusEN showStatus, String synopsis, String director, ArrayList<String> cast, ArrayList<String> ratingsID) Movie ConstructorTicketPrice(DayTypeEN dayType, ScreenClassEN screenClass, MovieGoerAgeEN moviegoerAge, MovieTypeEN movieType, double price) The constructor of TicketPrice object