CodedValue class final

The coded value found in a CodedValueDomain.

The coded value consists of a code and a name. For example, to represent road surfaces, a code of 1, 2, and 3 could have corresponding name values of gravel, asphalt, and concrete. The code is stored in the geodatabase and the corresponding user-friendly name is presented to the user for viewing or editing.

A CodedValueDomain consists of a collection of CodedValue objects.

Implemented types

Properties

code → dynamic
The code of the coded value.
no setter
hashCode int
The hash code for this object.
no setterinherited
name String
The user-friendly name of the code.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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