Package com.esri.arcgisruntime.data
Class ContingentCodedValue
- java.lang.Object
 - 
- com.esri.arcgisruntime.data.ContingentValue
 - 
- com.esri.arcgisruntime.data.ContingentCodedValue
 
 
 
- 
public class ContingentCodedValue extends ContingentValue
An object that defines a coded value specified in a contingency.- Since:
 - 100.13.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CodedValuegetCodedValue()Gets the allowed coded value. 
 - 
 
- 
- 
Method Detail
- 
getCodedValue
public CodedValue getCodedValue()
Gets the allowed coded value.- Returns:
 - the allowed coded value
 - Since:
 - 100.13.0
 
 
 - 
 
 -