Uses of Enum Class
com.university.bookstore.model.VideoMaterial.VideoType
Packages that use VideoMaterial.VideoType
-
Uses of VideoMaterial.VideoType in com.university.bookstore.model
Subclasses with type arguments of type VideoMaterial.VideoType in com.university.bookstore.modelMethods in com.university.bookstore.model that return VideoMaterial.VideoTypeModifier and TypeMethodDescriptionVideoMaterial.getVideoType()static VideoMaterial.VideoTypeReturns the enum constant of this class with the specified name.static VideoMaterial.VideoType[]VideoMaterial.VideoType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.university.bookstore.model with parameters of type VideoMaterial.VideoTypeModifierConstructorDescriptionVideoMaterial(String id, String title, String director, double price, int year, int duration, String format, double fileSize, Media.MediaQuality quality, VideoMaterial.VideoType videoType, String rating, List<String> cast, boolean subtitlesAvailable, String aspectRatio) Creates a new VideoMaterial.