Uses of Class
fr.marcwrobel.jbanking.Agreement
-
Packages that use Agreement Package Description fr.marcwrobel.jbanking -
-
Uses of Agreement in fr.marcwrobel.jbanking
Methods in fr.marcwrobel.jbanking that return Agreement Modifier and Type Method Description static AgreementAgreement. valueOf(String name)Returns the enum constant of this type with the specified name.static Agreement[]Agreement. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.marcwrobel.jbanking that return types with arguments of type Agreement Modifier and Type Method Description Set<Agreement>IsoCountry. participations()Methods in fr.marcwrobel.jbanking with parameters of type Agreement Modifier and Type Method Description booleanIsoCountry. isParticipatingTo(Agreement agreement)Check whether this country is participating in the givenAgreement.
-