We define three major business affiliation categories here, which means that we decide between - internal: An affiliation we consider as within the University of Tübingen or University Hospital of Tübingen - external academic: An outside affiliation but an academic institution (public research institutions) - external: An outside affiliation but not academic (i.e. private sector, companies, etc)
Enum constant | Description |
---|---|
EXTERNAL |
|
EXTERNAL_ACADEMIC |
|
INTERNAL |
Modifiers | Name | Description |
---|---|---|
private java.lang.String |
value |
Holds the value of the enum |
Constructor and description |
---|
private AffiliationCategory
(java.lang.String value) Private constructor to create different AffiliationCategory 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 |
AffiliationCategory |
valueOf(java.lang.String name) Returns the enum constant of this type with the specified name. |
null |
AffiliationCategory[] |
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 AffiliationCategory 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