We define 2 affiliation faculty labels here, which will be associated to internal affiliations. The following affiliation labels are defined - MNF: Internal affiliation originated from a faculty of medicine - MFT: Internal affiliation originated from a faculty of natural sciences @since: 2.5.0
Modifiers | Name | Description |
---|---|---|
private java.lang.String |
value |
Holds the value of the enum |
Constructor and description |
---|
private AffiliationLabel
(java.lang.String value) Private constructor to create different AffiliationLabel 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 |
AffiliationLabel |
valueOf(java.lang.String name) Returns the enum constant of this type with the specified name. |
null |
AffiliationLabel[] |
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 AffiliationLabel 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