com.semarchy.mdm.runtime.data
Class DataValueFormatter.ParsedMultiValued
java.lang.Object
com.semarchy.mdm.runtime.data.DataValueFormatter.ParsedMultiValued
- Enclosing class:
- DataValueFormatter
public static class DataValueFormatter.ParsedMultiValued
- extends Object
Method Summary |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataValueFormatter.ParsedMultiValued
public DataValueFormatter.ParsedMultiValued(Object pRawValue,
List<Object> allValues,
List<ILovValue> validValues,
List<String> invalidCodes)
getValidValues
public List<ILovValue> getValidValues()
- List of identified ILovValue in the order they have been found in raw
Value. Duplicates have been removed.
- Returns:
getInvalidCodes
public List<String> getInvalidCodes()
- List of invalid codes in the order they have been found in raw Value.
Duplicates have been removed.
- Returns:
getAllValues
public 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. Duplicates have been removed.
- Returns:
Copyright © 2015. All Rights Reserved.