PetSize.java

package org.petify.shelter.enums;

public enum PetSize {
    SMALL,
    MEDIUM,
    BIG,
    VERY_BIG
}