Uses of Class
biotransformer.biomolecule.StructuralChemicalCategory.SCCategoryName
-
Packages that use StructuralChemicalCategory.SCCategoryName Package Description biotransformer.biomolecule This class implements the class of metabolic enzymes. -
-
Uses of StructuralChemicalCategory.SCCategoryName in biotransformer.biomolecule
Methods in biotransformer.biomolecule that return StructuralChemicalCategory.SCCategoryName Modifier and Type Method Description static StructuralChemicalCategory.SCCategoryName
StructuralChemicalCategory.SCCategoryName. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StructuralChemicalCategory.SCCategoryName[]
StructuralChemicalCategory.SCCategoryName. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-