Add integer and range of integer attributes. #10
Reference in New Issue
Block a user
Delete Branch "add-integer-type"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
closes #8
Merges some common code between integer and enum. Enum can now bw a set. Add valuer must take a interface{} in addValue since it can be different types.