Uses of Enum Class
com.university.bookstore.model.Magazine.PublicationFrequency
Packages that use Magazine.PublicationFrequency
-
Uses of Magazine.PublicationFrequency in com.university.bookstore.model
Subclasses with type arguments of type Magazine.PublicationFrequency in com.university.bookstore.modelModifier and TypeClassDescriptionstatic enumFrequency of magazine publication.Methods in com.university.bookstore.model that return Magazine.PublicationFrequencyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static Magazine.PublicationFrequency[]Magazine.PublicationFrequency.values()Returns an array containing the constants of this enum class, in the order they are declared.