Welcome to enum-extend’s documentation!

Summary

EnumComparable

EnumComparable class is designed for comparsion of Integer based enums.

Allows child classes to be compared using the following comparsion operaters.

==, !=, <, <=, >, >=, +, +=, -, and -=.

AutoEnum

AutoEnum class is a child class of EnumComparable.

Allows child classed to be auto numbered with Docstring. See: Example.

Installation

Indices and tables