JoiningType enum

See the Rust documentation for JoiningType for more information.

Inheritance
Available extensions

Values

nonJoining → const JoiningType

See the Rust documentation for NonJoining for more information.

joinCausing → const JoiningType

See the Rust documentation for JoinCausing for more information.

dualJoining → const JoiningType

See the Rust documentation for DualJoining for more information.

leftJoining → const JoiningType

See the Rust documentation for LeftJoining for more information.

rightJoining → const JoiningType

See the Rust documentation for RightJoining for more information.

transparent → const JoiningType

See the Rust documentation for Transparent for more information.

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

longName() String?
Get the "long" name of this property value (returns empty if property value is unknown)
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shortName() String?
Get the "short" name of this property value (returns empty if property value is unknown)
toIntegerValue() int
Convert to an integer value usable with ICU4C and CodePointMapData
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

forChar(Rune ch) JoiningType
See the Rust documentation for for_char for more information.
fromIntegerValue(int other) JoiningType?
Convert from an integer value from ICU4C or CodePointMapData

Constants

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