@Deprecated public enum InstitutionType extends Enum<InstitutionType>
Enum Constant and Description |
---|
BIOMEDICAL_RESEARCH_INSTITUTE
Deprecated.
|
BOTANICAL_GARDEN
Deprecated.
|
HERBARIUM
Deprecated.
|
LIVING_ORGANISM_COLLECTION
Deprecated.
|
MEDICAL_RESEARCH_INSTITUTE
Deprecated.
|
MUSEUM
Deprecated.
|
MUSEUM_HERBARIUM_PRIVATE_NON_PROFIT
Deprecated.
|
OTHER_INSTITUTIONAL_TYPE
Deprecated.
|
OTHER_TYPE_RESEARCH_INSTITUTION_BIOREPOSITORY
Deprecated.
|
UNIVERSITY_COLLEGE
Deprecated.
|
ZOO_AQUARIUM
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static InstitutionType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static InstitutionType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstitutionType BIOMEDICAL_RESEARCH_INSTITUTE
public static final InstitutionType BOTANICAL_GARDEN
public static final InstitutionType HERBARIUM
public static final InstitutionType LIVING_ORGANISM_COLLECTION
public static final InstitutionType MEDICAL_RESEARCH_INSTITUTE
public static final InstitutionType MUSEUM
public static final InstitutionType MUSEUM_HERBARIUM_PRIVATE_NON_PROFIT
public static final InstitutionType OTHER_INSTITUTIONAL_TYPE
public static final InstitutionType OTHER_TYPE_RESEARCH_INSTITUTION_BIOREPOSITORY
public static final InstitutionType UNIVERSITY_COLLEGE
public static final InstitutionType ZOO_AQUARIUM
public static InstitutionType[] values()
for (InstitutionType c : InstitutionType.values()) System.out.println(c);
public static InstitutionType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.