Uses of Class
overit.geocall.util.Euro
Packages that use Euro
-
Uses of Euro in overit.geocall.model
Methods in overit.geocall.model that return EuroModifier and TypeMethodDescriptionAny.asCurrency(Object... oo) Tries to convert the first parameter to Euro; if the conversion fails, it tries to convert to Euro the second parameter, and so on. -
Uses of Euro in overit.geocall.util
Methods in overit.geocall.util that return EuroModifier and TypeMethodDescriptionMethod used to add EuroEuro.divide(double div) Method used to divide EuroEuro.divide(int div) Method used to divide EuroEuro.multiply(double mult) Method used to multiply EuroEuro.multiply(int mult) Method used to multiply EuroEuro.percent(double percent) Method used to get the percent of an EuroConventions.string2Currency(String s) Converts the string passed as parameter into aEuroobject, using the current correct DecimalFormat for currencies of the instanceMethod used to subtract EuroMethods in overit.geocall.util with parameters of type EuroModifier and TypeMethodDescriptionMethod used to add EuroConventions.currency2String(Euro e) Converts theEuroobject passed as parameter into a string, using the current correct DecimalFormat for currencies of the instancedoubleMethod used to divide EurobooleanEuro.isGreaterOrEqualThan(Euro val) Method used to know if an Euro is grater or equal than anotherbooleanEuro.isGreaterThan(Euro val) Method used to know if an Euro is grater than anotherbooleanEuro.isSmallerOrEqualThan(Euro val) Method used to know if an Euro is smaller or equal than anotherbooleanEuro.isSmallerThan(Euro val) Method used to know if an Euro is smaller than anotherMethod used to subtract Euro -
Uses of Euro in overit.geocall.util.gson
Methods in overit.geocall.util.gson that return EuroModifier and TypeMethodDescriptionEuroObjects.deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) Methods in overit.geocall.util.gson with parameters of type Euro