public enum OtherInformationSystemsEnum extends Enum<OtherInformationSystemsEnum> implements ExternalSystemInterface
Enum Constant and Description |
---|
BARCODEOFLIFE |
CATALOGUEOFLIFE |
ENCICOLPEDIAOFLIFE |
GENBANK |
SPECIESIDENTIFICATIONORG |
UBIO |
Modifier and Type | Method and Description |
---|---|
String |
getBaseUrl() |
String |
getName() |
String |
getSuffixUrl() |
static OtherInformationSystemsEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OtherInformationSystemsEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OtherInformationSystemsEnum CATALOGUEOFLIFE
public static final OtherInformationSystemsEnum ENCICOLPEDIAOFLIFE
public static final OtherInformationSystemsEnum BARCODEOFLIFE
public static final OtherInformationSystemsEnum GENBANK
public static final OtherInformationSystemsEnum UBIO
public static final OtherInformationSystemsEnum SPECIESIDENTIFICATIONORG
public static OtherInformationSystemsEnum[] values()
for (OtherInformationSystemsEnum c : OtherInformationSystemsEnum.values()) System.out.println(c);
public static OtherInformationSystemsEnum 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 String getName()
getName
in interface ExternalSystemInterface
public String getBaseUrl()
getBaseUrl
in interface ExternalSystemInterface
public String getSuffixUrl()
getSuffixUrl
in interface ExternalSystemInterface
Copyright © 2016. All Rights Reserved.