CodedValueDomainDescription class final

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.create.

Inheritance

Constructors

CodedValueDomainDescription({required String name, required FieldType fieldType, required List<CodedValueDescription> values})
Creates a new coded value domain description object with the specified name and coded values.
factory

Properties

fieldType FieldType
The field type of the domain to be created.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
name String
The name of the domain to be created.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values List<CodedValueDescription>
The coded value domain's coded values.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited