Package | Description |
---|---|
myorg.queryex |
Modifier and Type | Field and Description |
---|---|
private MovieRating |
Movie.rating |
Modifier and Type | Field and Description |
---|---|
static SingularAttribute<Movie,MovieRating> |
Movie_.rating |
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 |
---|---|
Movie |
Movie.setRating(MovieRating rating) |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.