|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.xchars.domain.EncodingType
public class EncodingType
This class stores all currently supported encoding types.
Field Summary | |
---|---|
static EncodingType |
CHEBI_CODE
CHEBI ASCII code encoding type. |
static EncodingType |
COMPOSED
COMPOSED code encoding type. |
static EncodingType |
EXTENDED_HTML
Encoded HTML encoding type. |
static EncodingType |
GIF
GIF type. |
static EncodingType |
HTML
HTML encoding type. |
static EncodingType |
HTML_CODE
HTML code encoding type. |
static EncodingType |
JPG
JPEG type. |
private java.lang.String |
myName
The value of the type. |
static EncodingType |
SWISSPROT_CODE
SWISSPROT code encoding type. |
static EncodingType |
UNICODE
Unicode encoding type. |
Constructor Summary | |
---|---|
private |
EncodingType(java.lang.String name)
Sets the value of the EncodingType . |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
java.lang.String |
toString()
Returns the type. |
static EncodingType |
valueOf(java.lang.String encodingTypeString)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final EncodingType UNICODE
public static final EncodingType HTML_CODE
public static final EncodingType HTML
public static final EncodingType EXTENDED_HTML
public static final EncodingType GIF
public static final EncodingType JPG
public static final EncodingType SWISSPROT_CODE
public static final EncodingType CHEBI_CODE
public static final EncodingType COMPOSED
private final java.lang.String myName
Constructor Detail |
---|
private EncodingType(java.lang.String name)
EncodingType
.
name
- The value.Method Detail |
---|
public static EncodingType valueOf(java.lang.String encodingTypeString)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |