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

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

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

Methods in net.sourceforge.fixagora.basis.shared.model.persistence that return SpreadSheetCondition.IsType
 SpreadSheetCondition.IsType SpreadSheetCondition.getIsType()
          Gets the checks if is type.
static SpreadSheetCondition.IsType SpreadSheetCondition.IsType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SpreadSheetCondition.IsType[] SpreadSheetCondition.IsType.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.IsType
 void SpreadSheetCondition.setIsType(SpreadSheetCondition.IsType isType)
          Sets the checks if is type.