Package com.esri.arcgisruntime.data
Class ContingentValuesResult
- java.lang.Object
 - 
- com.esri.arcgisruntime.data.ContingentValuesResult
 
 
- 
public class ContingentValuesResult extends Object
An object that defines possible values for a field in the context of the contingent field groups it participates in.- Since:
 - 100.13.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ContingentValue>getContingentValuesAllGroups()Gets an unmodifiable list of contingent values that satisfy all field groups the list participates in.Map<String,List<ContingentValue>>getContingentValuesByFieldGroup()Gets a unmodifiable map of field group names to lists of possible contingent values for that field group. 
 - 
 
- 
- 
Method Detail
- 
getContingentValuesAllGroups
public List<ContingentValue> getContingentValuesAllGroups()
Gets an unmodifiable list of contingent values that satisfy all field groups the list participates in.If the field only participates in a single field group, this list will be empty.
- Returns:
 - a list of contingent values that satisfy all field groups the list participates in
 - Since:
 - 100.13.0
 
 
- 
getContingentValuesByFieldGroup
public Map<String,List<ContingentValue>> getContingentValuesByFieldGroup()
Gets a unmodifiable map of field group names to lists of possible contingent values for that field group.- Returns:
 - an unmodifiable map of field group names to lists of possible contingent values for that field group
 - Since:
 - 100.13.0
 
 
 - 
 
 -