Uses of Class
net.sourceforge.fixagora.basis.shared.model.persistence.SpreadSheetCondition.ConditionType

Packages that use SpreadSheetCondition.ConditionType
net.sourceforge.fixagora.basis.shared.model.persistence   
 

Uses of SpreadSheetCondition.ConditionType in net.sourceforge.fixagora.basis.shared.model.persistence
 

Methods in net.sourceforge.fixagora.basis.shared.model.persistence that return SpreadSheetCondition.ConditionType
 SpreadSheetCondition.ConditionType SpreadSheetCondition.getConditionType()
          Gets the condition type.
static SpreadSheetCondition.ConditionType SpreadSheetCondition.ConditionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SpreadSheetCondition.ConditionType[] SpreadSheetCondition.ConditionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sourceforge.fixagora.basis.shared.model.persistence with parameters of type SpreadSheetCondition.ConditionType
 void SpreadSheetCondition.setConditionType(SpreadSheetCondition.ConditionType conditionType)
          Sets the condition type.