net.opengis.wps10
Interface ValuesReferenceType

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

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

A representation of the model object 'Values Reference Type'. References an externally defined finite set of values and ranges for this input.

The following features are supported:

See Also:
Wps10Package.getValuesReferenceType()

Method Summary
 java.lang.String getReference()
          Returns the value of the 'Reference' attribute.
 java.lang.String getValuesForm()
          Returns the value of the 'Values Form' attribute.
 void setReference(java.lang.String value)
          Sets the value of the 'Reference' attribute.
 void setValuesForm(java.lang.String value)
          Sets the value of the 'Values Form' 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

getReference

java.lang.String getReference()
Returns the value of the 'Reference' attribute. Reference to data or metadata recorded elsewhere, either external to this XML document or within it. Whenever practical, this attribute should be a URL from which this metadata can be electronically retrieved. Alternately, this attribute can reference a URN for well-known metadata. For example, such a URN could be a URN defined in the "ogc" URN namespace.

Returns:
the value of the 'Reference' attribute.
See Also:
setReference(String), Wps10Package.getValuesReferenceType_Reference()

setReference

void setReference(java.lang.String value)
Sets the value of the 'Reference' attribute.

Parameters:
value - the new value of the 'Reference' attribute.
See Also:
getReference()

getValuesForm

java.lang.String getValuesForm()
Returns the value of the 'Values Form' attribute. Reference to a description of the mimetype, encoding, and schema used for this set of values and ranges.

Returns:
the value of the 'Values Form' attribute.
See Also:
setValuesForm(String), Wps10Package.getValuesReferenceType_ValuesForm()

setValuesForm

void setValuesForm(java.lang.String value)
Sets the value of the 'Values Form' attribute.

Parameters:
value - the new value of the 'Values Form' attribute.
See Also:
getValuesForm()


Copyright © 1996-2010 Geotools. All Rights Reserved.