public class CurrencyIn
Represents a constraint that validate if the currency unit is equal to one of the values
public CurrencyIn(@NotNull
java.lang.Iterable<org.joda.money.CurrencyUnit> currencies)
Represents a constraint that validate if the currency unit is equal to one of the values
currencies - specifies the currencies to be compared@NotNull public java.lang.String getMessageBundle()
@NotNull public java.lang.Iterable<org.joda.money.CurrencyUnit> getCurrencies()
specifies the currencies to be compared
@NotNull public java.lang.Iterable<org.joda.money.CurrencyUnit> component1()
specifies the currencies to be compared
@NotNull public CurrencyIn copy(@NotNull java.lang.Iterable<org.joda.money.CurrencyUnit> currencies)
Represents a constraint that validate if the currency unit is equal to one of the values
@NotNull public java.lang.String toString()
Represents a constraint that validate if the currency unit is equal to one of the values
public int hashCode()
Represents a constraint that validate if the currency unit is equal to one of the values
public boolean equals(@Nullable
java.lang.Object p)
Represents a constraint that validate if the currency unit is equal to one of the values