Interface ValuesReferenceType

  • All Superinterfaces:
    EObject, Notifier
    All Known Implementing Classes:
    ValuesReferenceTypeImpl

    public interface ValuesReferenceType
    extends 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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getReference()
      Returns the value of the 'Reference' attribute.
      String getValuesForm()
      Returns the value of the 'Values Form' attribute.
      void setReference​(String value)
      Sets the value of the 'Reference' attribute.
      void setValuesForm​(String value)
      Sets the value of the 'Values Form' attribute.
      • Methods inherited from interface EObject

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

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • getReference

        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​(String value)
        Sets the value of the 'Reference' attribute.
        Parameters:
        value - the new value of the 'Reference' attribute.
        See Also:
        getReference()
      • setValuesForm

        void setValuesForm​(String value)
        Sets the value of the 'Values Form' attribute.
        Parameters:
        value - the new value of the 'Values Form' attribute.
        See Also:
        getValuesForm()