Uses of Enum
com.ibm.icu.message2.MessageFormatter.BidiIsolation
Packages that use MessageFormatter.BidiIsolation
-
Uses of MessageFormatter.BidiIsolation in com.ibm.icu.message2
Fields in com.ibm.icu.message2 declared as MessageFormatter.BidiIsolationModifier and TypeFieldDescriptionprivate final MessageFormatter.BidiIsolation
MessageFormatter.bidiIsolation
Deprecated.private MessageFormatter.BidiIsolation
MessageFormatter.Builder.bidiIsolation
Deprecated.private final MessageFormatter.BidiIsolation
MFDataModelFormatter.bidiIsolation
Methods in com.ibm.icu.message2 that return MessageFormatter.BidiIsolationModifier and TypeMethodDescriptionMessageFormatter.getBidiIsolation()
Deprecated.This API is for technology preview only.Deprecated.Returns the enum constant of this type with the specified name.static MessageFormatter.BidiIsolation[]
MessageFormatter.BidiIsolation.values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.message2 with parameters of type MessageFormatter.BidiIsolationModifier and TypeMethodDescriptionMessageFormatter.Builder.setBidiIsolation
(MessageFormatter.BidiIsolation bidiIsolation) Deprecated.This API is for technology preview only.Constructors in com.ibm.icu.message2 with parameters of type MessageFormatter.BidiIsolationModifierConstructorDescription(package private)
MFDataModelFormatter
(MFDataModel.Message dm, Locale locale, MessageFormatter.ErrorHandlingBehavior errorHandlingBehavior, MessageFormatter.BidiIsolation bidiIsolation, MFFunctionRegistry customFunctionRegistry)