public class PropertyNameMatch extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
score |
int |
skippedLetters |
| Constructor and Description |
|---|
PropertyNameMatch(String property,
String column,
PropertyNameMatcher leftOverMatcher,
int score,
int skippedLetters) |
| Modifier and Type | Method and Description |
|---|---|
PropertyNameMatcher |
getLeftOverMatcher() |
String |
getProperty() |
public PropertyNameMatch(String property, String column, PropertyNameMatcher leftOverMatcher, int score, int skippedLetters)
public String getProperty()
public PropertyNameMatcher getLeftOverMatcher()
Copyright © 2019. All rights reserved.