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

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

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

Methods in de.folt.models.datamodel that return LinguisticProperty.PropStatus
 LinguisticProperty.PropStatus LinguisticProperty.getPropStatus()
           
static LinguisticProperty.PropStatus LinguisticProperty.PropStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LinguisticProperty.PropStatus[] LinguisticProperty.PropStatus.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.PropStatus
 void LinguisticProperty.setPropStatus(LinguisticProperty.PropStatus propStatus)
           
 

Constructors in de.folt.models.datamodel with parameters of type LinguisticProperty.PropStatus
LinguisticProperty(java.lang.Object key, LinguisticProperty.PropStatus propStatus, java.lang.Object value)