enum
ICU::Currencies::Type
Overview
FIXME should be present in LibICU (not parsed by Libgen)
Defined in:
icu/currencies.crEnum Members
-
All =
2147483647
-
Common =
1
-
Uncommon =
2
-
Deprecated =
4
-
NonDeprecated =
8
Instance Method Summary
-
#all?
Returns
true
if this enum value equalsAll
-
#common?
Returns
true
if this enum value equalsCommon
-
#deprecated?
Returns
true
if this enum value equalsDeprecated
-
#non_deprecated?
Returns
true
if this enum value equalsNonDeprecated
-
#uncommon?
Returns
true
if this enum value equalsUncommon