view src/de/mpiwg/anteater/text/TextType.java @ 0:036535fcd179

anteater
author jdamerow
date Fri, 14 Sep 2012 10:30:43 +0200
parents
children
line wrap: on
line source

package de.mpiwg.anteater.text;

public interface TextType {
	
	public static int TYPE_SUMMARY = 1;
	public static int TYPE_SUPLINF = 2;
}