net.opengis.wfs
Interface FeatureTypeListType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
FeatureTypeListTypeImpl

public interface FeatureTypeListType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Feature Type List Type'. A list of feature types available from this server.

The following features are supported:

See Also:
WfsPackage.getFeatureTypeListType()

Method Summary
 org.eclipse.emf.common.util.EList getFeatureType()
          Returns the value of the 'Feature Type' containment reference list.
 OperationsType getOperations()
          Returns the value of the 'Operations' containment reference.
 void setOperations(OperationsType value)
          Sets the value of the 'Operations' containment reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getOperations

OperationsType getOperations()
Returns the value of the 'Operations' containment reference.

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

Returns:
the value of the 'Operations' containment reference.
See Also:
setOperations(OperationsType), WfsPackage.getFeatureTypeListType_Operations()

setOperations

void setOperations(OperationsType value)
Sets the value of the 'Operations' containment reference.

Parameters:
value - the new value of the 'Operations' containment reference.
See Also:
getOperations()

getFeatureType

org.eclipse.emf.common.util.EList getFeatureType()
Returns the value of the 'Feature Type' containment reference list. The list contents are of type FeatureTypeType.

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

Returns:
the value of the 'Feature Type' containment reference list.
See Also:
WfsPackage.getFeatureTypeListType_FeatureType()


Copyright © 1996-2010 Geotools. All Rights Reserved.