- java.lang.Object
-
- com.pervasive.datarush.matching.PropertyDefinition
-
public final class PropertyDefinition extends Object
A description of a comparison property.
-
-
Constructor Summary
Constructors Constructor Description PropertyDefinition(String name)
Defines a new property with the given name.PropertyDefinition(String name, Object defaultValue)
Defines a new property with the given name and default value.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getDefaultValue()
Gets the default value for the propertyString
getName()
Gets the property name
-
-
-
Constructor Detail
-
PropertyDefinition
public PropertyDefinition(String name)
Defines a new property with the given name. The property defaults tonull
.- Parameters:
name
- the name of the property
-
-