Possible academic titles This enum describes all academic titles known to the qbic infrastructure. Bachelor and Masters titles as well as multiple doctorates are not supported. @since: 1.11.0
Modifiers | Name | Description |
---|---|---|
private java.lang.String |
value |
Holds the String value of the enum |
Constructor and description |
---|
private AcademicTitle
(java.lang.String value) Private constructor to create different AcademicTitle enum items |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
getValue() Returns to the enum item value @return |
|
java.lang.String |
toString() Returns a String representation of the enum item @return |
null |
AcademicTitle |
valueOf(java.lang.String name) Returns the enum constant of this type with the specified name. |
null |
AcademicTitle[] |
values() Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Private constructor to create different AcademicTitle enum items
Returns to the enum item value
Returns a String representation of the enum item
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in the order they are declared.
Groovy Documentation