/** * <copyright> * </copyright> * * $Id$ */ package integration.xsd; import org.eclipse.emf.common.util.EList; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Sequence</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link integration.xsd.Sequence#getChildren <em>Children</em>}</li> * </ul> * </p> * * @see integration.xsd.XsdPackage#getSequence() * @model * @generated */ public interface Sequence extends Containable { /** * Returns the value of the '<em><b>Children</b></em>' reference list. * The list contents are of type {@link integration.xsd.Containable}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Children</em>' reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Children</em>' reference list. * @see integration.xsd.XsdPackage#getSequence_Children() * @model * @generated */ EList<Containable> getChildren(); } // Sequence