| Package | Description |
|---|---|
| com.ocs.dynamo.showcase.movies |
| Modifier and Type | Method and Description |
|---|---|
MovieRating |
Movie.getRating() |
static MovieRating |
MovieRating.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MovieRating[] |
MovieRating.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Movie.setRating(MovieRating rating) |
Copyright © 2016 Open Circle Solutions. All rights reserved.