Class CodedValue

java.lang.Object
com.esri.arcgisruntime.data.CodedValue

public class CodedValue extends Object
Represents a coded value object in a domain.
Since:
100.0.0
  • Method Details

    • getName

      public String getName()
      Gets the code name.
      Returns:
      the code name
      Since:
      100.0.0
    • getCode

      public Object getCode()
      Gets the coded value object.
      Returns:
      the object of coded value
      Since:
      100.0.0