/**
 {copyright}
 */

package com.{company}.{initiative}.common;

public interface IndicationHandler {

	/**
	 * Will return a String[] of the supported Indication 
	 * Filter Strings. 
	 * 
	 * @return
	 */
	public String[] getSupportedIndications();
	
}
