java.lang.Object
com.esri.arcgisruntime.data.Domain
com.esri.arcgisruntime.data.CodedValueDomain
- All Implemented Interfaces:
JsonSerializable
A domain which specifies an explicit set of valid values for a
Field
.
A coded value domain can apply to any type of Field
-- text, numeric, date, and so on.
For a ServiceFeatureTable
, an attribute value is checked against this domain when the edits are applied to the service.
- Since:
- 100.0.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets a list of CodedValue objects of this domain.Methods inherited from class com.esri.arcgisruntime.data.Domain
fromJson, getFieldType, getName, getUnknownJson, getUnsupportedJson, toJson
-
Method Details
-
getCodedValues
Gets a list of CodedValue objects of this domain.- Returns:
- an unmodifiable list of CodedValue objects for this domain.
- Since:
- 100.0.0
-