Class QueryTypeImpl

    • Nested Class Summary

      • Nested classes/interfaces inherited from class BasicEObjectImpl

        BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
      • Nested classes/interfaces inherited from class BasicNotifierImpl

        BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
      • Nested classes/interfaces inherited from interface InternalEObject

        InternalEObject.EStore
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected QueryTypeImpl()
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Object eGet​(int featureID, boolean resolve, boolean coreType)
      NotificationChain eInverseRemove​(InternalEObject otherEnd, int featureID, NotificationChain msgs)
      boolean eIsSet​(int featureID)
      void eSet​(int featureID, Object newValue)
      protected EClass eStaticClass()
      void eUnset​(int featureID)
      String getFeatureVersion()
      Filter getFilter()
      EList getFunction()
      FeatureMap getGroup()
      String getHandle()
      EList getPropertyName()
      EList getSortBy()
      URI getSrsName()
      List getTypeName()
      EList getXlinkPropertyName()
      void setFeatureVersion​(String newFeatureVersion)
      void setFilter​(Filter newFilter)
      void setHandle​(String newHandle)
      void setSrsName​(URI newSrsName)
      void setTypeName​(List newTypeName)
      String toString()
      • Methods inherited from class EObjectImpl

        eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
      • Methods inherited from class BasicEObjectImpl

        eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
      • Methods inherited from class BasicNotifierImpl

        eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
      • Methods inherited from interface EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface InternalEObject

        eNotificationRequired
      • Methods inherited from interface Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Constructor Detail

      • QueryTypeImpl

        protected QueryTypeImpl()
    • Method Detail

      • eStaticClass

        protected EClass eStaticClass()
        Overrides:
        eStaticClass in class EObjectImpl
      • getPropertyName

        public EList getPropertyName()
        Specified by:
        getPropertyName in interface QueryType
        Returns:
        the value of the 'Property Name' attribute.
        See Also:
        #setPropertyName(String), net.opengis.wfs.WFSPackage#getQueryType_PropertyName()
      • getFunction

        public EList getFunction()
        Specified by:
        getFunction in interface QueryType
        Returns:
        the value of the 'Function' attribute list.
        See Also:
        net.opengis.wfs.WFSPackage#getQueryType_Function()
      • getFilter

        public Filter getFilter()
        Specified by:
        getFilter in interface QueryType
        Returns:
        the value of the 'Filter' attribute.
        See Also:
        #setFilter(Object), net.opengis.wfs.WFSPackage#getQueryType_Filter()
      • getSortBy

        public EList getSortBy()
        Specified by:
        getSortBy in interface QueryType
        Returns:
        the value of the 'Sort By' attribute.
        See Also:
        #setSortBy(Object), net.opengis.wfs.WFSPackage#getQueryType_SortBy()
      • getSrsName

        public URI getSrsName()
        Specified by:
        getSrsName in interface QueryType
        Returns:
        the value of the 'Srs Name' attribute.
        See Also:
        #setSrsName(String), net.opengis.wfs.WFSPackage#getQueryType_SrsName()
      • eInverseRemove

        public NotificationChain eInverseRemove​(InternalEObject otherEnd,
                                                int featureID,
                                                NotificationChain msgs)
        Overrides:
        eInverseRemove in class BasicEObjectImpl
      • eGet

        public Object eGet​(int featureID,
                           boolean resolve,
                           boolean coreType)
        Specified by:
        eGet in interface InternalEObject
        Overrides:
        eGet in class BasicEObjectImpl
      • eSet

        public void eSet​(int featureID,
                         Object newValue)
        Specified by:
        eSet in interface InternalEObject
        Overrides:
        eSet in class BasicEObjectImpl
      • eUnset

        public void eUnset​(int featureID)
        Specified by:
        eUnset in interface InternalEObject
        Overrides:
        eUnset in class BasicEObjectImpl
      • eIsSet

        public boolean eIsSet​(int featureID)
        Specified by:
        eIsSet in interface InternalEObject
        Overrides:
        eIsSet in class BasicEObjectImpl
      • toString

        public String toString()
        Overrides:
        toString in class BasicEObjectImpl