|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GraduateLevel in university |
---|
Methods in university that return GraduateLevel | |
---|---|
GraduateLevel |
Graduate.getLevel()
Get the level of the graduate student wheather master or phd |
static GraduateLevel |
GraduateLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static GraduateLevel[] |
GraduateLevel.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in university with parameters of type GraduateLevel | |
---|---|
void |
Graduate.setLevel(GraduateLevel level)
Set the graduate students level to phd or masters. |
Constructors in university with parameters of type GraduateLevel | |
---|---|
Graduate(java.lang.String name,
Sex gender,
Address address,
Unit unit,
GraduateLevel level)
Creates a new instance of Graduate |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |