Uses of Enum Class
org.lifstools.jgoslin.domain.LipidFaBondType
Packages that use LipidFaBondType
Package
Description
This package contains the main common domain models for lipids.
-
Uses of LipidFaBondType in org.lifstools.jgoslin.domain
Fields in org.lifstools.jgoslin.domain declared as LipidFaBondTypeModifier and TypeFieldDescriptionLipidSpeciesInfo.extendedClassprotected LipidFaBondTypeFattyAcid.lipidFaBondTypeMethods in org.lifstools.jgoslin.domain that return LipidFaBondTypeModifier and TypeMethodDescriptionLipidSpeciesInfo.getExtendedClass()FattyAcid.getLipidFaBondType()static LipidFaBondTypeReturns the enum constant of this class with the specified name.static LipidFaBondType[]LipidFaBondType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.lifstools.jgoslin.domain with parameters of type LipidFaBondTypeModifier and TypeMethodDescriptionFattyAcid.getPrefix(LipidFaBondType lipid_FA_bond_type) booleanFattyAcid.lipidFaBondTypePrefix(LipidFaBondType lipid_FA_bond_type) voidLipidSpeciesInfo.setExtendedClass(LipidFaBondType extendedClass) voidFattyAcid.setLipidFaBondType(LipidFaBondType lipidFaBondType) voidFattyAcid.setType(LipidFaBondType _lipid_FA_bond_type) Constructors in org.lifstools.jgoslin.domain with parameters of type LipidFaBondTypeModifierConstructorDescriptionFattyAcid(String _name, int _num_carbon, DoubleBonds _double_bonds, HashMap<String, ArrayList<FunctionalGroup>> _functional_groups, LipidFaBondType _lipid_FA_bond_type, int _position, KnownFunctionalGroups knownFunctionalGroups) FattyAcid(String _name, int _num_carbon, DoubleBonds _double_bonds, HashMap<String, ArrayList<FunctionalGroup>> _functional_groups, LipidFaBondType _lipid_FA_bond_type, KnownFunctionalGroups knownFunctionalGroups)