Package | Description |
---|---|
ejava.examples.orm.inheritance.annotated |
Modifier and Type | Field and Description |
---|---|
private Customer.Rating |
Customer.rating |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
Customer.setRating(Customer.Rating rating) |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.