Class SupportedTechnologyType

java.lang.Object
org.odpi.openmetadata.frameworks.connectors.controls.SupportedTechnologyType

public class SupportedTechnologyType extends Object
SupportedTechnologyType characterises one of the deployed implementation types that this connector works with.
  • Constructor Details

    • SupportedTechnologyType

      public SupportedTechnologyType()
      Default constructor
    • SupportedTechnologyType

      public SupportedTechnologyType(SupportedTechnologyType template)
      Copy/clone constructor
      Parameters:
      template - object to copy
    • SupportedTechnologyType

      public SupportedTechnologyType(DeployedImplementationType template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getName

      public String getName()
      Return the string to use as the name of the request parameter.
      Returns:
      string name
    • setName

      public void setName(String name)
      Set up the string to use as the name of the request parameter.
      Parameters:
      name - string name
    • getDescription

      public String getDescription()
      Return the description of the request parameter.
      Returns:
      string
    • setDescription

      public void setDescription(String description)
      Set up the description of the request parameter.
      Parameters:
      description - string
    • getDataType

      public String getDataType()
      Return the data type name for the parameter value.
      Returns:
      data type
    • setDataType

      public void setDataType(String dataType)
      Set up data type name for the parameter value.
      Parameters:
      dataType - data type
    • getSupportedTechnologyTypes

      public static List<SupportedTechnologyType> getSupportedTechnologyTypes(SupportedTechnologyType[] technologyTypes)
      convert the array of technology types into a list of technology types.
      Parameters:
      technologyTypes - technology types
      Returns:
      list of analysis step types for the service provider
    • getSupportedTechnologyTypes

      public static List<SupportedTechnologyType> getSupportedTechnologyTypes(DeployedImplementationType[] deployedImplementationTypes)
      convert the array of deployed implementation types into a list of supported technology types.
      Parameters:
      deployedImplementationTypes - deployed implementation type enums
      Returns:
      list of analysis step types for the service provider
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class Object
      Returns:
      return string containing the property names and values
    • equals

      public boolean equals(Object objectToCompare)
      Return comparison result based on the content of the properties.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - test object
      Returns:
      result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class Object
      Returns:
      int hash code