MatchType.java

package org.petify.shelter.enums;

public enum MatchType {
    DISLIKE,
    LIKE,
    SUPPORT
}