java.lang.Object
com.esri.arcgisruntime.data.ContingentValuesResult
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
Modifier and TypeMethodDescriptionGets an unmodifiable list of contingent values that satisfy all field groups the list participates in.Gets a unmodifiable map of field group names to lists of possible contingent values for that field group.
-
Method Details
-
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
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
-