Uses of Enum Class
ShowStatusEN
-
Uses of ShowStatusEN in Unnamed Package
Methods in Unnamed Package that return ShowStatusENModifier and TypeMethodDescriptionMovieEY.getShowStatus()Get method for the current status of the moviestatic ShowStatusENReturns the enum constant of this class with the specified name.static ShowStatusEN[]ShowStatusEN.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 ShowStatusENModifier and TypeMethodDescriptionvoidMovieEY.setShowStatus(ShowStatusEN showStatus) Set method for the status of the movieConstructors in Unnamed Package with parameters of type ShowStatusENModifierConstructorDescriptionMovieEY(String movieID, String name, String movieLanguage, MovieTypeEN movieType, MovieRatingEN movieRating, ShowStatusEN showStatus, String synopsis, String director, ArrayList<String> cast, ArrayList<String> ratingsID) Movie Constructor