Class WpsParameter

    • Constructor Detail

      • WpsParameter

        public WpsParameter()
        Constructor
    • Method Detail

      • getClassType

        public java.lang.String getClassType()
        Returns:
        the classType
      • getValueType

        public java.lang.String getValueType()
        Returns:
        the valueType
      • setValueType

        public void setValueType​(java.lang.String valueType)
        Parameters:
        valueType - the valueType to set
      • getDisplayName

        public java.lang.String getDisplayName()
        Returns:
        the displayName
      • setDisplayName

        public void setDisplayName​(java.lang.String displayName)
        Parameters:
        displayName - the displayName to set
      • getSupportedFormats

        public java.util.Set<java.lang.String> getSupportedFormats()
        Returns:
        the supportedFormats
      • setSupportedFormats

        public void setSupportedFormats​(java.util.Set<java.lang.String> supportedFormats)
        Parameters:
        supportedFormats - the supportedFormats to set
      • getSupportedGeometryTypes

        public java.util.Set<java.lang.String> getSupportedGeometryTypes()
        Returns:
        the supportedGeometryTypes
      • setSupportedGeometryTypes

        public void setSupportedGeometryTypes​(java.util.Set<java.lang.String> supportedGeometryTypes)
        Parameters:
        supportedGeometryTypes - the supportedGeometryTypes to set
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class PersistentObject
        See Also:
        According to http://stackoverflow.com/questions/27581/overriding-equals-and-hashcode-in-java it is recommended only to use getter-methods when using ORM like Hibernate
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class PersistentObject
        See Also:
        According to http://stackoverflow.com/questions/27581/overriding-equals-and-hashcode-in-java it is recommended only to use getter-methods when using ORM like Hibernate