Uses of Class
de.dfki.mycbr.core.model.DescriptionEnum

Packages that use DescriptionEnum
de.dfki.mycbr.core.model Contains classes for the basic definition of the project's model. 
 

Uses of DescriptionEnum in de.dfki.mycbr.core.model
 

Methods in de.dfki.mycbr.core.model that return DescriptionEnum
static DescriptionEnum DescriptionEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DescriptionEnum[] DescriptionEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.