| Modifier and Type | Field and Description |
|---|---|
private boolean |
ignoreCase
Whether case should be ignored when matching.
|
private boolean |
partialMatch
Whether partial matches should be allowed.
|
private String |
value
Value string.
|
| Constructor and Description |
|---|
ValueMap.SourceValue(String newValue,
boolean newIgnoreCase,
boolean newPartialMatch)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Gets the value string.
|
boolean |
isIgnoreCase()
Gets whether case should be ignored when matching.
|
boolean |
isPartialMatch()
Gets whether partial matches should be allowed.
|
String |
toString() |
private String value
private boolean ignoreCase
private boolean partialMatch
public ValueMap.SourceValue(String newValue, boolean newIgnoreCase, boolean newPartialMatch)
newValue - value stringnewIgnoreCase - whether case should be ignored when matchingnewPartialMatch - whether partial matches should be allowedpublic boolean isIgnoreCase()
public boolean isPartialMatch()
public String getValue()
Copyright © 1999-2015. All Rights Reserved.