public static enum PfamToken.PDBToken extends Enum<PfamToken.PDBToken> implements PfamToken
PfamToken.IdentifierToken, PfamToken.PDBToken| Enum Constant and Description |
|---|
CHAIN_IDENTIFIER |
PDB_IDENTIFIER |
PDB_RESIDUE_END |
PDB_RESIDUE_START |
PFAM_MAPPING_FILE_SEPARATOR| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
static PfamToken.PDBToken |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PfamToken.PDBToken[] |
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.PDBToken PDB_IDENTIFIER
public static final PfamToken.PDBToken CHAIN_IDENTIFIER
public static final PfamToken.PDBToken PDB_RESIDUE_START
public static final PfamToken.PDBToken PDB_RESIDUE_END
public static PfamToken.PDBToken[] values()
for (PfamToken.PDBToken c : PfamToken.PDBToken.values()) System.out.println(c);
public static PfamToken.PDBToken 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.