public enum View extends Enum<View>
EnzymeViewConstant
, perhaps moving to a webapp-only
module?Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
static View |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static View[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final View INTENZ
public static final View IUBMB
public static final View SIB
public static View[] values()
for (View c : View.values()) System.out.println(c);
public static View 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 getLabel()
Copyright © 2014 EMBL-EBI. All rights reserved.