Interface DefaultType

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

    public interface DefaultType
    extends EObject
    A representation of the model object 'Default Type'.

    The following features are supported:

    See Also:
    Wps10Package.getDefaultType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCRS()
      Returns the value of the 'CRS' attribute.
      void setCRS​(String value)
      Sets the value of the 'CRS' 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

      • setCRS

        void setCRS​(String value)
        Sets the value of the 'CRS' attribute.
        Parameters:
        value - the new value of the 'CRS' attribute.
        See Also:
        getCRS()