Uses of Enum
com.ibm.icu.message2.Directionality
Packages that use Directionality
-
Uses of Directionality in com.ibm.icu.message2
Subclasses with type arguments of type Directionality in com.ibm.icu.message2Modifier and TypeClassDescriptionenumEncodes info about the direction of the message.Methods in com.ibm.icu.message2 that return DirectionalityModifier and TypeMethodDescriptionFormattedPlaceholder.getDirectionality()Deprecated.This API is for ICU internal use only.static DirectionalityDetermines the directionality appropriate for a given locale.static DirectionalityReturns the enum constant of this type with the specified name.static Directionality[]Directionality.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.ibm.icu.message2 with parameters of type DirectionalityModifierConstructorDescriptionFormattedPlaceholder(Object inputValue, FormattedValue formattedValue, Directionality directionality, boolean isolate) Deprecated.This API is for ICU internal use only.