Uses of Enum
com.lokalized.LanguageFormType
-
Uses of LanguageFormType in com.lokalized
Subclasses with type arguments of type LanguageFormType in com.lokalizedModifier and TypeClassDescriptionenumHigh-level categories of language forms used to drive placeholder agreement.Methods in com.lokalized that return LanguageFormTypeModifier and TypeMethodDescriptionstatic @NonNull LanguageFormTypeLanguageFormType.forLanguageForm(@NonNull LanguageForm languageForm) Determines the selector-form type for a concrete language-form value.LocalizedString.LanguageFormSelector.getForm()Gets the language-form family for this selector.static LanguageFormTypeReturns the enum constant of this type with the specified name.static LanguageFormType[]LanguageFormType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.lokalized that return types with arguments of type LanguageFormTypeModifier and TypeMethodDescriptionLocalizedString.LanguageFormTranslationRule.getWhenByLanguageFormType()Gets the selector conditions for this rule.Constructors in com.lokalized with parameters of type LanguageFormTypeModifierConstructorDescriptionLanguageFormSelector(@NonNull String value, @NonNull LanguageFormType form) Constructs a selector with the given placeholder value name and language-form type.Constructor parameters in com.lokalized with type arguments of type LanguageFormTypeModifierConstructorDescriptionLanguageFormTranslationRule(@NonNull Map<@NonNull LanguageFormType, @NonNull LanguageForm> whenByLanguageFormType, @NonNull String value) Constructs a translation rule with the given selector conditions and value.