Uses of Class
com.ilib.IResourceBundle.MissingType
-
Packages that use IResourceBundle.MissingType Package Description com.ilib -
-
Uses of IResourceBundle.MissingType in com.ilib
Fields in com.ilib declared as IResourceBundle.MissingType Modifier and Type Field Description protected IResourceBundle.MissingType
IResourceBundle. missing
Methods in com.ilib that return IResourceBundle.MissingType Modifier and Type Method Description IResourceBundle.MissingType
IResourceBundle. getMissing()
Returns missing option - that option specifies behavior in case when translation is not found by given key or value.static IResourceBundle.MissingType
IResourceBundle.MissingType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IResourceBundle.MissingType[]
IResourceBundle.MissingType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ilib with parameters of type IResourceBundle.MissingType Modifier and Type Method Description void
IResourceBundle. setMissingType(IResourceBundle.MissingType type)
Specifies missing option - option, that specifies behavior in case when translation is not found by given key or value.
-