Uses of Enum Class
MovieGoerAgeEN
-
Uses of MovieGoerAgeEN in Unnamed Package
Methods in Unnamed Package that return MovieGoerAgeENModifier and TypeMethodDescriptionTicketPrice.getMovieGoerAge()Method to get the movie goer age groupstatic MovieGoerAgeENReturns the enum constant of this class with the specified name.static MovieGoerAgeEN[]MovieGoerAgeEN.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in Unnamed Package with parameters of type MovieGoerAgeENModifierConstructorDescriptionTicketPrice(DayTypeEN dayType, ScreenClassEN screenClass, MovieGoerAgeEN moviegoerAge, MovieTypeEN movieType, double price) The constructor of TicketPrice object