You can buy this project and download/modify it how often you want.
package com.bronto.api.model; public interface ApiValue { public String getApiValue(); public boolean matches(String apiValue); }