public static class DataValueFormatter.ParsedMultiValued extends Object
Constructor and Description |
---|
DataValueFormatter.ParsedMultiValued(Object pRawValue,
List<Object> allValues,
List<ILovValue> validValues,
List<String> invalidCodes) |
Modifier and Type | Method and Description |
---|---|
List<Object> |
getAllValues()
A list of all values containing String for invalid codes and
ILovValue for valid values in the order they have been found in raw
Value.
|
List<String> |
getInvalidCodes()
List of invalid codes in the order they have been found in raw Value.
|
List<ILovValue> |
getValidValues()
List of identified ILovValue in the order they have been found in raw
Value.
|
public List<ILovValue> getValidValues()
public List<String> getInvalidCodes()
Copyright © 2017. All rights reserved.