Uses of Class
org.snpeff.reactome.Entity.TransferFunction
-
Packages that use Entity.TransferFunction Package Description org.snpeff.reactome -
-
Uses of Entity.TransferFunction in org.snpeff.reactome
Fields in org.snpeff.reactome declared as Entity.TransferFunction Modifier and Type Field Description static Entity.TransferFunction
Entity. TRANSFER_FUNCTION
Methods in org.snpeff.reactome that return Entity.TransferFunction Modifier and Type Method Description static Entity.TransferFunction
Entity.TransferFunction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Entity.TransferFunction[]
Entity.TransferFunction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-