Class ExtractedParameterValue

    • Constructor Detail

      • ExtractedParameterValue

        protected ExtractedParameterValue()
        Protected constructor
    • Method Detail

      • getResourceType

        public String getResourceType()
        Getter for the parameter's resource type
        Returns:
      • setResourceType

        public void setResourceType​(String resourceType)
        Setter for the parameter's resource type
        Parameters:
        resourceType -
      • isWholeSystem

        public boolean isWholeSystem()
        Returns:
        the wholeSystem
      • setWholeSystem

        public void setWholeSystem​(boolean wholeSystem)
        Parameters:
        wholeSystem - the wholeSystem to set
      • getName

        public String getName()
        Returns:
        the name
      • setName

        public void setName​(String name)
        Parameters:
        name - the name to set
      • getUrl

        public String getUrl()
        Returns:
        the url
      • setUrl

        public void setUrl​(String url)
        Parameters:
        url - the url to set
      • getVersion

        public String getVersion()
        Returns:
        the version
      • setVersion

        public void setVersion​(String version)
        Parameters:
        version - the version to set
      • compareToInner

        protected abstract int compareToInner​(ExtractedParameterValue o)
        Additional extracted parameter value comparisions when the same class.
        Parameters:
        o - an extracted parameter value to compare to
        Returns:
        a negative integer, zero, or a positive integer as this extracted parameter value is less than, equal to, or greater than the specified extracted parameter value.