Class SupportedConfigurationProperty


public class SupportedConfigurationProperty extends ConfigurationPropertyType
SupportedConfigurationProperty characterises one of the configuration parameters supported by a specific connector. This enables the capability of a connector to be correctly matched to the resources and elements that it works with.
  • Constructor Details

    • SupportedConfigurationProperty

      public SupportedConfigurationProperty()
      Default constructor
    • SupportedConfigurationProperty

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