コンストラクタと説明 |
---|
ValueMap.SourceValue(String newValue,
boolean newIgnoreCase,
boolean newPartialMatch)
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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() |
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 © 2012. All Rights Reserved.