Uses of Enum Class
org.lifstools.jgoslin.domain.LipidCategory
Packages that use LipidCategory
Package
Description
This package contains the main common domain models for lipids.
-
Uses of LipidCategory in org.lifstools.jgoslin.domain
Fields in org.lifstools.jgoslin.domain declared as LipidCategoryFields in org.lifstools.jgoslin.domain with type parameters of type LipidCategoryModifier and TypeFieldDescriptionstatic final Map<LipidCategory,String> Headgroup.CategoryStringstatic HashMap<String,LipidCategory> Headgroup.StringCategoryMethods in org.lifstools.jgoslin.domain that return LipidCategoryModifier and TypeMethodDescriptionstatic LipidCategoryLipidCategory.forFullName(String fullName) static LipidCategoryHeadgroup.getCategory(String _headgroup) Headgroup.getLipidCategory()LipidClassMeta.getLipidCategory()static LipidCategoryReturns the enum constant of this class with the specified name.static LipidCategory[]LipidCategory.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 LipidCategoryModifier and TypeMethodDescriptionstatic StringHeadgroup.getCategoryString(LipidCategory _lipid_category) voidHeadgroup.setLipidCategory(LipidCategory lipidCategory) Constructors in org.lifstools.jgoslin.domain with parameters of type LipidCategoryModifierConstructorDescriptionLipidClassMeta(LipidCategory lipidCategory, String lipidClassName, String description, int maxNumFa, int possibleNumFa, Set<String> specialCases, ElementTable elements, List<String> synonyms) Create a new lipid class meta instance.