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

* The following features are supported: *

*

* * @see net.opengis.fes20.Fes20Package#getPropertyIsNilType() * @model extendedMetaData="name='PropertyIsNilType' kind='elementOnly'" * @generated */ public interface PropertyIsNilType 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#getPropertyIsNilType_ExpressionGroup() * @model dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="false" * extendedMetaData="kind='group' name='expression:group' namespace='##targetNamespace'" * @generated */ FeatureMap getExpressionGroup(); /** * Returns the value of the 'Expression' containment reference. * *

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

* * @return the value of the 'Expression' containment reference. * @see net.opengis.fes20.Fes20Package#getPropertyIsNilType_Expression() * @model containment="true" transient="true" changeable="false" volatile="true" derived="true" * extendedMetaData="kind='element' name='expression' namespace='##targetNamespace' group='expression:group'" * @generated */ EObject getExpression(); /** * Returns the value of the 'Nil Reason' attribute. * *

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

* * @return the value of the 'Nil Reason' attribute. * @see #setNilReason(String) * @see net.opengis.fes20.Fes20Package#getPropertyIsNilType_NilReason() * @model dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='attribute' name='nilReason'" * @generated */ String getNilReason(); /** * Sets the value of the '{@link net.opengis.fes20.PropertyIsNilType#getNilReason Nil Reason}' attribute. * * * @param value the new value of the 'Nil Reason' attribute. * @see #getNilReason() * @generated */ void setNilReason(String value); } // PropertyIsNilType