public enum MaintenanceUpdateFrequency extends Enum<MaintenanceUpdateFrequency>
Enum Constant and Description |
---|
ANNUALLY
Updated 1 time each year.
|
AS_NEEDED
Updated as needed.
|
BIANNUALLY
Updated 2 times each year.
|
CONTINUALLY
Updated continually.
|
DAILY
Updated 1 time each day.
|
IRREGULAR
Updated at irregular intervals.
|
MONTHLY
Updated 1 time each month.
|
NOT_PLANNED
Further updates are not planned.
|
OTHER_MAINTENANCE_PERIOD
Updated according to some other interval.
|
UNKNOWN
Further updates may still happen, but it is not known for sure.
|
UNKOWN
Deprecated.
|
WEEKLY
Updated 1 time each week.
|
Modifier and Type | Method and Description |
---|---|
static MaintenanceUpdateFrequency |
fromString(String frequency) |
static MaintenanceUpdateFrequency |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaintenanceUpdateFrequency[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MaintenanceUpdateFrequency DAILY
public static final MaintenanceUpdateFrequency WEEKLY
public static final MaintenanceUpdateFrequency MONTHLY
public static final MaintenanceUpdateFrequency BIANNUALLY
public static final MaintenanceUpdateFrequency ANNUALLY
public static final MaintenanceUpdateFrequency AS_NEEDED
public static final MaintenanceUpdateFrequency CONTINUALLY
public static final MaintenanceUpdateFrequency IRREGULAR
public static final MaintenanceUpdateFrequency NOT_PLANNED
@Deprecated public static final MaintenanceUpdateFrequency UNKOWN
UNKNOWN
instead.public static final MaintenanceUpdateFrequency UNKNOWN
public static final MaintenanceUpdateFrequency OTHER_MAINTENANCE_PERIOD
public static MaintenanceUpdateFrequency[] values()
for (MaintenanceUpdateFrequency c : MaintenanceUpdateFrequency.values()) System.out.println(c);
public static MaintenanceUpdateFrequency 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 nullpublic static MaintenanceUpdateFrequency fromString(String frequency)
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.