Uses of Class
de.tuebingen.uni.sfs.germanet.api.CompoundCategory

Uses of CompoundCategory in de.tuebingen.uni.sfs.germanet.api
 

Methods in de.tuebingen.uni.sfs.germanet.api that return CompoundCategory
 CompoundCategory CompoundInfo.getModifier1Category()
          Returns the CompoundCategory of the first modifier or null if it has not been set
 CompoundCategory CompoundInfo.getModifier2Category()
          Returns the CompoundCategory of the second modifier or null if it has not been set
static CompoundCategory CompoundCategory.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CompoundCategory[] CompoundCategory.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in de.tuebingen.uni.sfs.germanet.api with parameters of type CompoundCategory
CompoundInfo(CompoundProperty modifierProperty, java.lang.String modifier1, CompoundCategory modifier1Category, java.lang.String modifier2, CompoundCategory modifier2Category, java.lang.String head, CompoundProperty headProperty)
          Constructs a CompoundInfo with the specified attributes.