A B C D E F G H I L M N P R S T U V

V

valueOf(String) - Static method in enum university.FacultyStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum university.GraduateLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum university.Sex
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum university.StaffStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum university.UndergraduateLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum university.FacultyStatus
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum university.GraduateLevel
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum university.Sex
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum university.StaffStatus
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum university.UndergraduateLevel
Returns an array containing the constants of this enum type, in the order they're declared.

A B C D E F G H I L M N P R S T U V