/** * <copyright> * </copyright> * * $Id$ */ package org.jboss.tools.smooks.model.smooks; import org.eclipse.emf.common.util.EList; import org.jboss.tools.smooks.model.common.AbstractAnyType; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Conditions Type</b></em>'. * <!-- end-user-doc --> * * <!-- begin-model-doc --> * Conditions List. * <!-- end-model-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.jboss.tools.smooks.model.smooks.ConditionsType#getCondition <em>Condition</em>}</li> * </ul> * </p> * * @see org.jboss.tools.smooks.model.smooks.SmooksPackage#getConditionsType() * @model extendedMetaData="name='conditions_._type' kind='elementOnly'" * @generated */ public interface ConditionsType extends AbstractAnyType { /** * Returns the value of the '<em><b>Condition</b></em>' containment reference list. * The list contents are of type {@link org.jboss.tools.smooks.model.smooks.ConditionType}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Condition</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Condition</em>' containment reference list. * @see org.jboss.tools.smooks.model.smooks.SmooksPackage#getConditionsType_Condition() * @model containment="true" required="true" * extendedMetaData="kind='element' name='condition' namespace='##targetNamespace'" * @generated */ EList<ConditionType> getCondition(); } // ConditionsType