1 package org.hedwig.core;
2 /***
3 * @author Keith Gaddis
4 *
5 * enclosing_type
6 */
7 public interface IPart {
8 String getText();
9 void setText(String text);
10 int getPartIndex();
11 void setPartIndex(int index);
12 }
This page was automatically generated by Maven