Enum ResourceBundleManager.Type
- All Implemented Interfaces:
Serializable, Comparable<ResourceBundleManager.Type>
- Enclosing class:
ResourceBundleManager
Deprecated.
Deprecated bundle categories retained for source compatibility.
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Deprecated duration picker bundle type.Deprecated.Deprecated info center view bundle type.Deprecated.Deprecated notification view bundle type. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the base name of the replacement resource bundle.Deprecated.Returns the replacementResourceBundleManager.BundleType.static ResourceBundleManager.TypeDeprecated.Returns the enum constant of this type with the specified name.static ResourceBundleManager.Type[]values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
DURATION_PICKER
Deprecated.Deprecated duration picker bundle type. -
INFO_CENTER_VIEW
Deprecated.Deprecated info center view bundle type. -
NOTIFICATION_VIEW
Deprecated.Deprecated notification view bundle type.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getBundleType
Deprecated.Returns the replacementResourceBundleManager.BundleType.- Returns:
- the replacement bundle type
-
getBaseName
Deprecated.Returns the base name of the replacement resource bundle.- Returns:
- the base name
-
ResourceBundleManager.BundleTypeinstead.