Uses of Enum
javax.money.spi.MonetaryAmountFactoryProviderSpi.QueryInclusionPolicy
Packages that use MonetaryAmountFactoryProviderSpi.QueryInclusionPolicy
Package
Description
SPI interfaces of the Money and Currency API, including bootstrap logic.
-
Uses of MonetaryAmountFactoryProviderSpi.QueryInclusionPolicy in javax.money.spi
Methods in javax.money.spi that return MonetaryAmountFactoryProviderSpi.QueryInclusionPolicyModifier and TypeMethodDescriptionMonetaryAmountFactoryProviderSpi.getQueryInclusionPolicy()Method that determines if this factory should be considered for general evaluation of matchingMonetaryAmountimplementation types when callingMonetary.getAmountFactory(javax.money.MonetaryAmountFactoryQuery).Returns the enum constant of this type with the specified name.MonetaryAmountFactoryProviderSpi.QueryInclusionPolicy.values()Returns an array containing the constants of this enum type, in the order they are declared.