AdifType enum

This file defines some data types and the corresponding data. Types used in ADIF files. Attention: AdifType.intlString is only used for importing application and user defined fields in ADX files. All ADIF original fields shall use AdifType.string instead as this library does not distinguish INTL fields or not. All fields to import are considered as Unicode strings and all fields will be exported as INTL fields as possible. So does AdifType.intlMultilineString.

The enumeration values keeps the same as the ADIF specification, which have been converted from UpperCamelCase style to lowerCamelCase style.

Inheritance
Available extensions

Values

boolean → const AdifType
integer → const AdifType
number → const AdifType
date → const AdifType
time → const AdifType
string → const AdifType
intlString → const AdifType
multilineString → const AdifType
intlMultilineString → const AdifType
enumeration → const AdifType
location → const AdifType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
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

Constants

values → const List<AdifType>
A constant List of the values in this enum, in order of their declaration.