/** * * * * $Id$ */ package net.opengis.fes20; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.ecore.util.FeatureMap; /** * * A representation of the model object 'Property Is Like Type'. * * *

* The following features are supported: *

*

* * @see net.opengis.fes20.Fes20Package#getPropertyIsLikeType() * @model extendedMetaData="name='PropertyIsLikeType' kind='elementOnly'" * @generated */ public interface PropertyIsLikeType extends ComparisonOpsType { /** * Returns the value of the 'Expression Group' attribute list. * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}. * *

* If the meaning of the 'Expression Group' attribute list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Expression Group' attribute list. * @see net.opengis.fes20.Fes20Package#getPropertyIsLikeType_ExpressionGroup() * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" lower="2" upper="2" * extendedMetaData="kind='group' name='expression:group' namespace='##targetNamespace'" * @generated */ FeatureMap getExpressionGroup(); /** * Returns the value of the 'Expression' containment reference list. * The list contents are of type {@link org.eclipse.emf.ecore.EObject}. * *

* If the meaning of the 'Expression' containment reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Expression' containment reference list. * @see net.opengis.fes20.Fes20Package#getPropertyIsLikeType_Expression() * @model containment="true" lower="2" upper="2" transient="true" changeable="false" volatile="true" derived="true" * extendedMetaData="kind='element' name='expression' namespace='##targetNamespace' group='expression:group'" * @generated */ EList getExpression(); /** * Returns the value of the 'Escape Char' attribute. * *

* If the meaning of the 'Escape Char' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Escape Char' attribute. * @see #setEscapeChar(String) * @see net.opengis.fes20.Fes20Package#getPropertyIsLikeType_EscapeChar() * @model dataType="org.eclipse.emf.ecore.xml.type.String" required="true" * extendedMetaData="kind='attribute' name='escapeChar'" * @generated */ String getEscapeChar(); /** * Sets the value of the '{@link net.opengis.fes20.PropertyIsLikeType#getEscapeChar Escape Char}' attribute. * * * @param value the new value of the 'Escape Char' attribute. * @see #getEscapeChar() * @generated */ void setEscapeChar(String value); /** * Returns the value of the 'Single Char' attribute. * *

* If the meaning of the 'Single Char' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Single Char' attribute. * @see #setSingleChar(String) * @see net.opengis.fes20.Fes20Package#getPropertyIsLikeType_SingleChar() * @model dataType="org.eclipse.emf.ecore.xml.type.String" required="true" * extendedMetaData="kind='attribute' name='singleChar'" * @generated */ String getSingleChar(); /** * Sets the value of the '{@link net.opengis.fes20.PropertyIsLikeType#getSingleChar Single Char}' attribute. * * * @param value the new value of the 'Single Char' attribute. * @see #getSingleChar() * @generated */ void setSingleChar(String value); /** * Returns the value of the 'Wild Card' attribute. * *

* If the meaning of the 'Wild Card' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Wild Card' attribute. * @see #setWildCard(String) * @see net.opengis.fes20.Fes20Package#getPropertyIsLikeType_WildCard() * @model dataType="org.eclipse.emf.ecore.xml.type.String" required="true" * extendedMetaData="kind='attribute' name='wildCard'" * @generated */ String getWildCard(); /** * Sets the value of the '{@link net.opengis.fes20.PropertyIsLikeType#getWildCard Wild Card}' attribute. * * * @param value the new value of the 'Wild Card' attribute. * @see #getWildCard() * @generated */ void setWildCard(String value); } // PropertyIsLikeType