Enum Class MendelConfigurationProperty
java.lang.Object
java.lang.Enum<MendelConfigurationProperty>
org.odpi.openmetadata.adapters.connectors.mendel.controls.MendelConfigurationProperty
- All Implemented Interfaces:
Serializable,Comparable<MendelConfigurationProperty>,Constable
MendelConfigurationProperty provides definitions for the configuration properties used with the
Mendel Automated Duplicate Manager.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe number of validated peer duplicates that must be linked together before they are consolidated into a single element. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturn a summary of this enum to use in the connector's specification.static List<ConfigurationPropertyType> Retrieve the defined configuration properties as a list of the type used in the connector's specification.Return the data type for the configuration property.Return the description of the configuration property.Return an example of the configuration property to help users understand how to set it up.getName()Return the name of the configuration property.booleanReturn whether this value is also used as a placeholder property.toString()Output of this enum class and main value.static MendelConfigurationPropertyReturns the enum constant of this class with the specified name.static MendelConfigurationProperty[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DUPLICATE_CLUSTER_SIZE
The number of validated peer duplicates that must be linked together before they are consolidated into a single element.
-
-
Field Details
-
name
-
description
-
dataType
-
example
-
isPlaceholder
public final boolean isPlaceholder -
DEFAULT_DUPLICATE_CLUSTER_SIZE
public static final int DEFAULT_DUPLICATE_CLUSTER_SIZEThe default number of validated peer duplicates in a cluster before they are consolidated.- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getName
Return the name of the configuration property.- Returns:
- string name
-
getDescription
Return the description of the configuration property.- Returns:
- string description
-
getDataType
Return the data type for the configuration property.- Returns:
- string data type name
-
getExample
Return an example of the configuration property to help users understand how to set it up.- Returns:
- string example
-
isPlaceholder
public boolean isPlaceholder()Return whether this value is also used as a placeholder property.- Returns:
- boolean
-
getConfigurationPropertyTypes
Retrieve the defined configuration properties as a list of the type used in the connector's specification.- Returns:
- list
-
getConfigurationPropertyType
Return a summary of this enum to use in the connector's specification.- Returns:
- configuration property type
-
toString
Output of this enum class and main value.- Overrides:
toStringin classEnum<MendelConfigurationProperty>- Returns:
- string showing enum value
-