Class SupportedConfigurationProperty
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.specificationproperties.SpecificationProperty
org.odpi.openmetadata.frameworks.openmetadata.specificationproperties.ConfigurationPropertyType
org.odpi.openmetadata.frameworks.openmetadata.specificationproperties.SupportedConfigurationProperty
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 Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.specificationproperties.ConfigurationPropertyType
equals, getDataType, getExample, getRequired, hashCode, setDataType, setExample, setRequiredMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.specificationproperties.SpecificationProperty
getDescription, getName, getOtherPropertyValues, getSpecificationPropertyType, setDescription, setName, setOtherPropertyValues, setSpecificationPropertyType
-
Constructor Details
-
SupportedConfigurationProperty
public SupportedConfigurationProperty()Default constructor -
SupportedConfigurationProperty
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
toString
JSON-style toString- Overrides:
toStringin classConfigurationPropertyType- Returns:
- return string containing the property names and values
-