Uses of Class
com.ibm.icu.message2.MessageFormatter.ErrorHandlingBehavior
-
Packages that use MessageFormatter.ErrorHandlingBehavior Package Description com.ibm.icu.message2 Tech Preview implementation of the MessageFormat v2 specification. -
-
Uses of MessageFormatter.ErrorHandlingBehavior in com.ibm.icu.message2
Fields in com.ibm.icu.message2 declared as MessageFormatter.ErrorHandlingBehavior Modifier and Type Field Description private MessageFormatter.ErrorHandlingBehavior
MessageFormatter.Builder. errorHandlingBehavior
Deprecated.private MessageFormatter.ErrorHandlingBehavior
MessageFormatter. errorHandlingBehavior
Deprecated.private MessageFormatter.ErrorHandlingBehavior
MFDataModelFormatter. errorHandlingBehavior
Methods in com.ibm.icu.message2 that return MessageFormatter.ErrorHandlingBehavior Modifier and Type Method Description MessageFormatter.ErrorHandlingBehavior
MessageFormatter. getErrorHandlingBehavior()
Deprecated.This API is for technology preview only.static MessageFormatter.ErrorHandlingBehavior
MessageFormatter.ErrorHandlingBehavior. valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name.static MessageFormatter.ErrorHandlingBehavior[]
MessageFormatter.ErrorHandlingBehavior. 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.ErrorHandlingBehavior Modifier and Type Method Description MessageFormatter.Builder
MessageFormatter.Builder. setErrorHandlingBehavior(MessageFormatter.ErrorHandlingBehavior errorHandlingBehavior)
Deprecated.This API is for technology preview only.Constructors in com.ibm.icu.message2 with parameters of type MessageFormatter.ErrorHandlingBehavior Constructor Description MFDataModelFormatter(MFDataModel.Message dm, java.util.Locale locale, MessageFormatter.ErrorHandlingBehavior errorHandlingBehavior, MFFunctionRegistry customFunctionRegistry)
-