Uses of Class
de.folt.models.datamodel.LinguisticProperty.PropType

Packages that use LinguisticProperty.PropType
de.folt.models.datamodel   
 

Uses of LinguisticProperty.PropType in de.folt.models.datamodel
 

Methods in de.folt.models.datamodel that return LinguisticProperty.PropType
 LinguisticProperty.PropType LinguisticProperty.getPropType()
           
static LinguisticProperty.PropType LinguisticProperty.PropType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LinguisticProperty.PropType[] LinguisticProperty.PropType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.folt.models.datamodel with parameters of type LinguisticProperty.PropType
 void LinguisticProperty.setPropType(LinguisticProperty.PropType propType)