@Deprecated public enum InstitutionGovernance extends Enum<InstitutionGovernance>
Deprecated to use the vocabulary server instead.
Enum Constant and Description |
---|
ACADEMIC_FEDERAL
Deprecated.
|
ACADEMIC_FOR_PROFIT
Deprecated.
|
ACADEMIC_LOCAL
Deprecated.
|
ACADEMIC_NON_PROFIT
Deprecated.
|
ACADEMIC_STATE
Deprecated.
|
FEDERAL
Deprecated.
|
FOR_PROFIT
Deprecated.
|
LOCAL
Deprecated.
|
NON_PROFIT
Deprecated.
|
OTHER
Deprecated.
|
STATE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static InstitutionGovernance |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static InstitutionGovernance[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstitutionGovernance ACADEMIC_FEDERAL
public static final InstitutionGovernance ACADEMIC_FOR_PROFIT
public static final InstitutionGovernance ACADEMIC_LOCAL
public static final InstitutionGovernance ACADEMIC_NON_PROFIT
public static final InstitutionGovernance ACADEMIC_STATE
public static final InstitutionGovernance FEDERAL
public static final InstitutionGovernance FOR_PROFIT
public static final InstitutionGovernance LOCAL
public static final InstitutionGovernance NON_PROFIT
public static final InstitutionGovernance OTHER
public static final InstitutionGovernance STATE
public static InstitutionGovernance[] values()
for (InstitutionGovernance c : InstitutionGovernance.values()) System.out.println(c);
public static InstitutionGovernance 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.