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

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

Methods in de.tuebingen.uni.sfs.germanet.api that return CompoundProperty
 CompoundProperty CompoundInfo.getHeadProperty()
          Returns the CompoundProperty of the head or null if it has not been set
 CompoundProperty CompoundInfo.getModifierProperty()
          Returns the CompoundProperty of the modifier or null if it has not been set
static CompoundProperty CompoundProperty.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CompoundProperty[] CompoundProperty.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 CompoundProperty
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.