net.opengis.wfs
Interface PropertyType

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

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

A representation of the model object 'Property Type'.

The following features are supported:

See Also:
WfsPackage.getPropertyType()

Method Summary
 javax.xml.namespace.QName getName()
          Returns the value of the 'Name' attribute.
 java.lang.Object getValue()
          Returns the value of the 'Value' containment reference.
 void setName(javax.xml.namespace.QName value)
          Sets the value of the 'Name' attribute.
 void setValue(java.lang.Object value)
          Sets the value of the 'Value' attribute.
 
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

getName

javax.xml.namespace.QName getName()
Returns the value of the 'Name' attribute. The Name element contains the name of a feature property to be updated.

Returns:
the value of the 'Name' attribute.
See Also:
#setName(Object), net.opengis.wfs.WFSPackage#getPropertyType_Name()

setName

void setName(javax.xml.namespace.QName value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getValue

java.lang.Object getValue()
Returns the value of the 'Value' containment reference. The Value element contains the replacement value for the named property.

Returns:
the value of the 'Value' containment reference.
See Also:
#setValue(EObject), net.opengis.wfs.WFSPackage#getPropertyType_Value()

setValue

void setValue(java.lang.Object value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()


Copyright © 1996-2010 Geotools. All Rights Reserved.