Uses of Class
ejava.examples.orm.inheritance.annotated.Customer.Rating
-
Packages that use Customer.Rating Package Description ejava.examples.orm.inheritance.annotated -
-
Uses of Customer.Rating in ejava.examples.orm.inheritance.annotated
Fields in ejava.examples.orm.inheritance.annotated declared as Customer.Rating Modifier and Type Field Description private Customer.Rating
Customer. rating
Methods in ejava.examples.orm.inheritance.annotated that return Customer.Rating Modifier and Type Method Description Customer.Rating
Customer. getRating()
static Customer.Rating
Customer.Rating. valueOf(String name)
Returns the enum constant of this type with the specified name.static Customer.Rating[]
Customer.Rating. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ejava.examples.orm.inheritance.annotated with parameters of type Customer.Rating Modifier and Type Method Description void
Customer. setRating(Customer.Rating rating)
-