- valueOf(String) - Static method in enum common.commandline.Executables
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum common.commandline.response.DefaultResponse
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum common.commandline.response.PeopleDatabaseResponse
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum common.data.Color
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum common.data.Country
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum common.commandline.Executables
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum common.commandline.response.DefaultResponse
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum common.commandline.response.PeopleDatabaseResponse
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum common.data.Color
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum common.data.Country
-
Returns an array containing the constants of this enum type, in
the order they are declared.