owltools.idmap
Enum IDMappingPIRParser.Types

java.lang.Object
  extended by java.lang.Enum<IDMappingPIRParser.Types>
      extended by owltools.idmap.IDMappingPIRParser.Types
All Implemented Interfaces:
Serializable, Comparable<IDMappingPIRParser.Types>
Enclosing class:
IDMappingPIRParser

public static enum IDMappingPIRParser.Types
extends Enum<IDMappingPIRParser.Types>


Enum Constant Summary
EMBL_GenBank_DDBJ
           
EMBL_protein_id
           
Ensembl
           
EntrezGene
           
GO
           
IPI
           
MIM
           
NCBI_GI_number
           
NCBI_taxonomy
           
PDB
           
Pfam
           
PIR_PSD_accession
           
PIRSF
           
PubMed_ID
           
RefSeq
           
UniGene
           
UniParc
           
UniProtKB_accession
           
UniProtKB_ID
           
UniRef100
           
UniRef50
           
UniRef90
           
 
Method Summary
static IDMappingPIRParser.Types valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IDMappingPIRParser.Types[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.