Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
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)
public int hashCode()
public String toString()
public static String toDisplayString(String view)
view
- public String toDisplayString()
public static String toDisplayImage(String view)
view
- public String toDisplayImage()
Copyright © 2014 EMBL-EBI. All rights reserved.