Uses of Class
com.actelion.research.calc.classification.ClassificationAttr
-
Packages that use ClassificationAttr Package Description com.actelion.research.calc.classification -
-
Uses of ClassificationAttr in com.actelion.research.calc.classification
Methods in com.actelion.research.calc.classification that return ClassificationAttr Modifier and Type Method Description static ClassificationAttr
ClassificationAttr. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ClassificationAttr[]
ClassificationAttr. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-