java.lang.Object
com.pervasive.datarush.matching.PropertyDefinition
A description of a comparison property.
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyDefinition(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
Modifier and TypeMethodDescriptionGets the default value for the propertygetName()Gets the property name
-
Constructor Details
-
PropertyDefinition
Defines a new property with the given name. The property defaults tonull.- Parameters:
name- the name of the property
-
PropertyDefinition
Defines a new property with the given name and default value.- Parameters:
name- the name of the propertydefaultValue- the default value for the property
-
-
Method Details
-
getName
Gets the property name- Returns:
- the name of the property
-
getDefaultValue
Gets the default value for the property- Returns:
- the property's default value
-