/** * <copyright> * </copyright> * * $Id$ */ package uima.cas; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>String List</b></em>'. * <!-- end-user-doc --> * * * @see uima.cas.CasPackage#getStringList() * @model abstract="true" * @generated */ public interface StringList extends ListBase { } // StringList