|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<OtherInformationSystemsEnum>
org.gcube.portlets.user.speciesdiscovery.client.externalsystem.OtherInformationSystemsEnum
public enum OtherInformationSystemsEnum
Enum Constant Summary | |
---|---|
BARCODEOFLIFE
|
|
CATALOGUEOFLIFE
|
|
ENCICOLPEDIAOFLIFE
|
|
GENBANK
|
|
SPECIESIDENTIFICATIONORG
|
|
UBIO
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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
Method Detail |
---|
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 name
NullPointerException
- 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |