public static enum PfamToken.IdentifierToken extends Enum<PfamToken.IdentifierToken> implements PfamToken
PfamToken.IdentifierToken, PfamToken.PDBToken| Enum Constant and Description |
|---|
PFAM_IDENTIFIER |
UNIPROT_IDENTIFIER |
PFAM_MAPPING_FILE_SEPARATOR| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
static PfamToken.IdentifierToken |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PfamToken.IdentifierToken[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfextract, extractValueFromPfamLinepublic static final PfamToken.IdentifierToken PFAM_IDENTIFIER
public static final PfamToken.IdentifierToken UNIPROT_IDENTIFIER
public static PfamToken.IdentifierToken[] values()
for (PfamToken.IdentifierToken c : PfamToken.IdentifierToken.values()) System.out.println(c);
public static PfamToken.IdentifierToken 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 nullCopyright © 2018. All rights reserved.