owltools.idmap
Enum IDMappingPIRParser.Types
java.lang.Object
java.lang.Enum<IDMappingPIRParser.Types>
owltools.idmap.IDMappingPIRParser.Types
- All Implemented Interfaces:
- Serializable, Comparable<IDMappingPIRParser.Types>
- Enclosing class:
- IDMappingPIRParser
public static enum IDMappingPIRParser.Types
- extends Enum<IDMappingPIRParser.Types>
UniProtKB_accession
public static final IDMappingPIRParser.Types UniProtKB_accession
UniProtKB_ID
public static final IDMappingPIRParser.Types UniProtKB_ID
EntrezGene
public static final IDMappingPIRParser.Types EntrezGene
RefSeq
public static final IDMappingPIRParser.Types RefSeq
NCBI_GI_number
public static final IDMappingPIRParser.Types NCBI_GI_number
PDB
public static final IDMappingPIRParser.Types PDB
Pfam
public static final IDMappingPIRParser.Types Pfam
GO
public static final IDMappingPIRParser.Types GO
PIRSF
public static final IDMappingPIRParser.Types PIRSF
IPI
public static final IDMappingPIRParser.Types IPI
UniRef100
public static final IDMappingPIRParser.Types UniRef100
UniRef90
public static final IDMappingPIRParser.Types UniRef90
UniRef50
public static final IDMappingPIRParser.Types UniRef50
UniParc
public static final IDMappingPIRParser.Types UniParc
PIR_PSD_accession
public static final IDMappingPIRParser.Types PIR_PSD_accession
NCBI_taxonomy
public static final IDMappingPIRParser.Types NCBI_taxonomy
MIM
public static final IDMappingPIRParser.Types MIM
UniGene
public static final IDMappingPIRParser.Types UniGene
Ensembl
public static final IDMappingPIRParser.Types Ensembl
PubMed_ID
public static final IDMappingPIRParser.Types PubMed_ID
EMBL_GenBank_DDBJ
public static final IDMappingPIRParser.Types EMBL_GenBank_DDBJ
EMBL_protein_id
public static final IDMappingPIRParser.Types EMBL_protein_id
values
public static IDMappingPIRParser.Types[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (IDMappingPIRParser.Types c : IDMappingPIRParser.Types.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static IDMappingPIRParser.Types valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2010-2012. All Rights Reserved.