Class CodedValueDomainDescription

java.lang.Object
com.esri.arcgisruntime.data.DomainDescription
com.esri.arcgisruntime.data.CodedValueDomainDescription

public final class CodedValueDomainDescription extends DomainDescription
An object that describes a CodedValueDomain to be created.

Creation of domains is currently only supported on mobile geodatabases, either created in ArcGIS Pro or via Geodatabase.createAsync(String).

Since:
100.14.0
  • Constructor Details

  • Method Details

    • getValues

      public List<CodedValueDescription> getValues()
      Gets the coded value domain's coded values.

      For fields that utilize a coded value domain, the field type must match the type of the coded values.

      Returns:
      a mutable list of coded value domain's coded values
      Since:
      100.14.0