Uses of Class
de.julielab.jules.ae.genemapping.genemodel.GeneMention.SpecificType
-
Packages that use GeneMention.SpecificType Package Description de.julielab.jules.ae.genemapping.genemodel -
-
Uses of GeneMention.SpecificType in de.julielab.jules.ae.genemapping.genemodel
Methods in de.julielab.jules.ae.genemapping.genemodel that return GeneMention.SpecificType Modifier and Type Method Description GeneMention.SpecificTypeGeneMention. getSpecificType()GeneMention.SpecificTypeGeneSet. getSpecificType()static GeneMention.SpecificTypeGeneMention.SpecificType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GeneMention.SpecificType[]GeneMention.SpecificType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.julielab.jules.ae.genemapping.genemodel with parameters of type GeneMention.SpecificType Modifier and Type Method Description voidGeneMention. setSpecificType(GeneMention.SpecificType specificType)voidGeneSet. setSpecificType(GeneMention.SpecificType specificType)
-