|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.intenz.domain.constants.EnzymeViewConstant
View
instead.
public class EnzymeViewConstant
This class represents an enumeration of all view codes.
Instances of this class are immutable.
Field Summary | |
---|---|
static EnzymeViewConstant |
INTENZ
Deprecated. |
static EnzymeViewConstant |
IUBMB
Deprecated. |
static EnzymeViewConstant |
IUBMB_INTENZ
Deprecated. |
static EnzymeViewConstant |
IUBMB_SIB
Deprecated. |
static EnzymeViewConstant |
SIB
Deprecated. |
static EnzymeViewConstant |
SIB_INTENZ
Deprecated. |
static EnzymeViewConstant |
UNDEF
Deprecated. |
static List<EnzymeViewConstant> |
VIEW_CONSTANTS
Deprecated. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Deprecated. Standard equals method. |
int |
hashCode()
Deprecated. Returns the hash code of this object. |
boolean |
isInIntEnzView()
Deprecated. |
static boolean |
isInIntEnzView(String viewCode)
Deprecated. |
boolean |
isInIUBMBView()
Deprecated. |
static boolean |
isInIUBMBView(String viewCode)
Deprecated. |
boolean |
isInSIBView()
Deprecated. |
static boolean |
isInSIBView(String viewCode)
Deprecated. |
static boolean |
isInView(EnzymeViewConstant theView,
Object o)
Deprecated. |
String |
toDisplayImage()
Deprecated. MVC sin |
static String |
toDisplayImage(String view)
Deprecated. MVC sin |
String |
toDisplayString()
Deprecated. |
static String |
toDisplayString(String view)
Deprecated. |
String |
toString()
Deprecated. Returns the database code. |
static EnzymeViewConstant |
valueOf(String viewCode)
Deprecated. Returns the corresponding instance of the given view code. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final EnzymeViewConstant UNDEF
public static final EnzymeViewConstant IUBMB
public static final EnzymeViewConstant SIB
public static final EnzymeViewConstant IUBMB_SIB
public static final EnzymeViewConstant IUBMB_INTENZ
public static final EnzymeViewConstant SIB_INTENZ
public static final EnzymeViewConstant INTENZ
public static final List<EnzymeViewConstant> VIEW_CONSTANTS
Method Detail |
---|
public static EnzymeViewConstant valueOf(String viewCode)
viewCode
- The view code.
NullPointerException
- if viewCode
is null
.
IllegalArgumentException
- if the code is invalid.public boolean isInSIBView()
public boolean isInIUBMBView()
public boolean isInIntEnzView()
public static boolean isInSIBView(String viewCode)
public static boolean isInIUBMBView(String viewCode)
public static boolean isInIntEnzView(String viewCode)
public static boolean isInView(EnzymeViewConstant theView, Object o)
public boolean equals(Object o)
equals
in class Object
o
- Object to be compared to this one.
true
if the objects are equal.public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
public static String toDisplayString(String view)
view
-
public String toDisplayString()
public static String toDisplayImage(String view)
view
-
public String toDisplayImage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |