RUFAS.data_structures.manure_supplement_methods module#

class RUFAS.data_structures.manure_supplement_methods.ManureSupplementMethod(*values)#

Bases: Enum

This is an Enum class that represents different methods of manure nutrient deficiencies supplement.

Attributes#

NONEstr

Represents no supplements.

SYNTHETIC_FERTILIZERstr

Represents the usage of synthetic fertilizer supplements.

MANUREstr

Represents the usage of manure supplements.

NONE = 'none'#
SYNTHETIC_FERTILIZER = 'synthetic fertilizer'#
MANURE = 'manure'#
SYNTHETIC_FERTILIZER_AND_MANURE = 'synthetic fertilizer and manure'#