/** * * * * $Id$ */ package net.opengis.wfs20; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.ecore.util.FeatureMap; import org.w3.xlink.ActuateType; import org.w3.xlink.ShowType; /** * * A representation of the model object 'Member Property Type'. * * *

* The following features are supported: *

*

* * @see net.opengis.wfs20.Wfs20Package#getMemberPropertyType() * @model extendedMetaData="name='MemberPropertyType' kind='mixed'" * @generated */ public interface MemberPropertyType extends EObject { /** * Returns the value of the 'Mixed' attribute list. * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}. * *

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

* * @return the value of the 'Mixed' attribute list. * @see net.opengis.wfs20.Wfs20Package#getMemberPropertyType_Mixed() * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" * extendedMetaData="kind='elementWildcard' name=':mixed'" * @generated */ FeatureMap getMixed(); /** * Returns the value of the 'Any' attribute list. * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}. * *

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

* * @return the value of the 'Any' attribute list. * @see net.opengis.wfs20.Wfs20Package#getMemberPropertyType_Any() * @model dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="false" transient="true" volatile="true" derived="true" * extendedMetaData="kind='elementWildcard' wildcards='##other' name=':1' processing='lax'" * @generated */ FeatureMap getAny(); /** * Returns the value of the 'Tuple' containment reference. * *

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

* * @return the value of the 'Tuple' containment reference. * @see #setTuple(TupleType) * @see net.opengis.wfs20.Wfs20Package#getMemberPropertyType_Tuple() * @model containment="true" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Tuple' namespace='##targetNamespace'" * @generated */ TupleType getTuple(); /** * Sets the value of the '{@link net.opengis.wfs20.MemberPropertyType#getTuple Tuple}' containment reference. * * * @param value the new value of the 'Tuple' containment reference. * @see #getTuple() * @generated */ void setTuple(TupleType value); /** * Returns the value of the 'Simple Feature Collection Group' attribute list. * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}. * *

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

* * @return the value of the 'Simple Feature Collection Group' attribute list. * @see net.opengis.wfs20.Wfs20Package#getMemberPropertyType_SimpleFeatureCollectionGroup() * @model dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="false" transient="true" volatile="true" derived="true" * extendedMetaData="kind='group' name='SimpleFeatureCollection:group' namespace='##targetNamespace'" * @generated */ FeatureMap getSimpleFeatureCollectionGroup(); /** * Returns the value of the 'Simple Feature Collection' containment reference. * *

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

* * @return the value of the 'Simple Feature Collection' containment reference. * @see #setSimpleFeatureCollection(SimpleFeatureCollectionType) * @see net.opengis.wfs20.Wfs20Package#getMemberPropertyType_SimpleFeatureCollection() * @model containment="true" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='SimpleFeatureCollection' namespace='##targetNamespace' group='SimpleFeatureCollection:group'" * @generated */ SimpleFeatureCollectionType getSimpleFeatureCollection(); /** * Sets the value of the '{@link net.opengis.wfs20.MemberPropertyType#getSimpleFeatureCollection Simple Feature Collection}' containment reference. * * * @param value the new value of the 'Simple Feature Collection' containment reference. * @see #getSimpleFeatureCollection() * @generated */ void setSimpleFeatureCollection(SimpleFeatureCollectionType value); /** * Returns the value of the 'Actuate' attribute. * The literals are from the enumeration {@link org.w3.xlink.ActuateType}. * * * * * The 'actuate' attribute is used to communicate the desired timing * of traversal from the starting resource to the ending resource; * it's value should be treated as follows: * onLoad - traverse to the ending resource immediately on loading * the starting resource * onRequest - traverse from the starting resource to the ending * resource only on a post-loading event triggered for * this purpose * other - behavior is unconstrained; examine other markup in link * for hints * none - behavior is unconstrained * * * @return the value of the 'Actuate' attribute. * @see org.w3.xlink.ActuateType * @see #isSetActuate() * @see #unsetActuate() * @see #setActuate(ActuateType) * @see net.opengis.wfs20.Wfs20Package#getMemberPropertyType_Actuate() * @model unsettable="true" * extendedMetaData="kind='attribute' name='actuate' namespace='http://www.w3.org/1999/xlink'" * @generated */ ActuateType getActuate(); /** * Sets the value of the '{@link net.opengis.wfs20.MemberPropertyType#getActuate Actuate}' attribute. * * * @param value the new value of the 'Actuate' attribute. * @see org.w3.xlink.ActuateType * @see #isSetActuate() * @see #unsetActuate() * @see #getActuate() * @generated */ void setActuate(ActuateType value); /** * Unsets the value of the '{@link net.opengis.wfs20.MemberPropertyType#getActuate Actuate}' attribute. * * * @see #isSetActuate() * @see #getActuate() * @see #setActuate(ActuateType) * @generated */ void unsetActuate(); /** * Returns whether the value of the '{@link net.opengis.wfs20.MemberPropertyType#getActuate Actuate}' attribute is set. * * * @return whether the value of the 'Actuate' attribute is set. * @see #unsetActuate() * @see #getActuate() * @see #setActuate(ActuateType) * @generated */ boolean isSetActuate(); /** * Returns the value of the 'Arcrole' attribute. * *

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

* * @return the value of the 'Arcrole' attribute. * @see #setArcrole(String) * @see net.opengis.wfs20.Wfs20Package#getMemberPropertyType_Arcrole() * @model dataType="org.eclipse.emf.ecore.xml.type.AnyURI" * extendedMetaData="kind='attribute' name='arcrole' namespace='http://www.w3.org/1999/xlink'" * @generated */ String getArcrole(); /** * Sets the value of the '{@link net.opengis.wfs20.MemberPropertyType#getArcrole Arcrole}' attribute. * * * @param value the new value of the 'Arcrole' attribute. * @see #getArcrole() * @generated */ void setArcrole(String value); /** * Returns the value of the 'Href' attribute. * *

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

* * @return the value of the 'Href' attribute. * @see #setHref(String) * @see net.opengis.wfs20.Wfs20Package#getMemberPropertyType_Href() * @model dataType="org.eclipse.emf.ecore.xml.type.AnyURI" * extendedMetaData="kind='attribute' name='href' namespace='http://www.w3.org/1999/xlink'" * @generated */ String getHref(); /** * Sets the value of the '{@link net.opengis.wfs20.MemberPropertyType#getHref Href}' attribute. * * * @param value the new value of the 'Href' attribute. * @see #getHref() * @generated */ void setHref(String value); /** * Returns the value of the 'Role' attribute. * *

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

* * @return the value of the 'Role' attribute. * @see #setRole(String) * @see net.opengis.wfs20.Wfs20Package#getMemberPropertyType_Role() * @model dataType="org.eclipse.emf.ecore.xml.type.AnyURI" * extendedMetaData="kind='attribute' name='role' namespace='http://www.w3.org/1999/xlink'" * @generated */ String getRole(); /** * Sets the value of the '{@link net.opengis.wfs20.MemberPropertyType#getRole Role}' attribute. * * * @param value the new value of the 'Role' attribute. * @see #getRole() * @generated */ void setRole(String value); /** * Returns the value of the 'Show' attribute. * The literals are from the enumeration {@link org.w3.xlink.ShowType}. * * * * * The 'show' attribute is used to communicate the desired presentation * of the ending resource on traversal from the starting resource; it's * value should be treated as follows: * new - load ending resource in a new window, frame, pane, or other * presentation context * replace - load the resource in the same window, frame, pane, or * other presentation context * embed - load ending resource in place of the presentation of the * starting resource * other - behavior is unconstrained; examine other markup in the * link for hints * none - behavior is unconstrained * * * @return the value of the 'Show' attribute. * @see org.w3.xlink.ShowType * @see #isSetShow() * @see #unsetShow() * @see #setShow(ShowType) * @see net.opengis.wfs20.Wfs20Package#getMemberPropertyType_Show() * @model unsettable="true" * extendedMetaData="kind='attribute' name='show' namespace='http://www.w3.org/1999/xlink'" * @generated */ ShowType getShow(); /** * Sets the value of the '{@link net.opengis.wfs20.MemberPropertyType#getShow Show}' attribute. * * * @param value the new value of the 'Show' attribute. * @see org.w3.xlink.ShowType * @see #isSetShow() * @see #unsetShow() * @see #getShow() * @generated */ void setShow(ShowType value); /** * Unsets the value of the '{@link net.opengis.wfs20.MemberPropertyType#getShow Show}' attribute. * * * @see #isSetShow() * @see #getShow() * @see #setShow(ShowType) * @generated */ void unsetShow(); /** * Returns whether the value of the '{@link net.opengis.wfs20.MemberPropertyType#getShow Show}' attribute is set. * * * @return whether the value of the 'Show' attribute is set. * @see #unsetShow() * @see #getShow() * @see #setShow(ShowType) * @generated */ boolean isSetShow(); /** * Returns the value of the 'State' attribute. * *

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

* * @return the value of the 'State' attribute. * @see #setState(Object) * @see net.opengis.wfs20.Wfs20Package#getMemberPropertyType_State() * @model dataType="net.opengis.wfs20.StateValueType" * extendedMetaData="kind='attribute' name='state'" * @generated */ Object getState(); /** * Sets the value of the '{@link net.opengis.wfs20.MemberPropertyType#getState State}' attribute. * * * @param value the new value of the 'State' attribute. * @see #getState() * @generated */ void setState(Object value); /** * Returns the value of the 'Title' attribute. * *

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

* * @return the value of the 'Title' attribute. * @see #setTitle(String) * @see net.opengis.wfs20.Wfs20Package#getMemberPropertyType_Title() * @model dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='attribute' name='title' namespace='http://www.w3.org/1999/xlink'" * @generated */ String getTitle(); /** * Sets the value of the '{@link net.opengis.wfs20.MemberPropertyType#getTitle Title}' attribute. * * * @param value the new value of the 'Title' attribute. * @see #getTitle() * @generated */ void setTitle(String value); /** * Returns the value of the 'Type' attribute. * The default value is "simple". * *

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

* * @return the value of the 'Type' attribute. * @see #isSetType() * @see #unsetType() * @see #setType(String) * @see net.opengis.wfs20.Wfs20Package#getMemberPropertyType_Type() * @model default="simple" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='attribute' name='type' namespace='http://www.w3.org/1999/xlink'" * @generated */ String getType(); /** * Sets the value of the '{@link net.opengis.wfs20.MemberPropertyType#getType Type}' attribute. * * * @param value the new value of the 'Type' attribute. * @see #isSetType() * @see #unsetType() * @see #getType() * @generated */ void setType(String value); /** * Unsets the value of the '{@link net.opengis.wfs20.MemberPropertyType#getType Type}' attribute. * * * @see #isSetType() * @see #getType() * @see #setType(String) * @generated */ void unsetType(); /** * Returns whether the value of the '{@link net.opengis.wfs20.MemberPropertyType#getType Type}' attribute is set. * * * @return whether the value of the 'Type' attribute is set. * @see #unsetType() * @see #getType() * @see #setType(String) * @generated */ boolean isSetType(); } // MemberPropertyType