Uses of Enum
com.lokalized.DefaultStrings.FailureMode
-
Uses of DefaultStrings.FailureMode in com.lokalized
Subclasses with type arguments of type DefaultStrings.FailureMode in com.lokalizedModifier and TypeClassDescriptionstatic enum
Strategies for handling localized string lookup failures.Methods in com.lokalized that return DefaultStrings.FailureModeModifier and TypeMethodDescriptionDefaultStrings.getFailureMode()
Gets the strategy for handling string lookup failures.static DefaultStrings.FailureMode
Returns the enum constant of this type with the specified name.static DefaultStrings.FailureMode[]
DefaultStrings.FailureMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.lokalized with parameters of type DefaultStrings.FailureModeModifier and TypeMethodDescriptionDefaultStrings.Builder.failureMode
(DefaultStrings.FailureMode failureMode) Applies a failure mode to this builder.