Uses of Class
be.recipe.services.core.MandateHolderType
-
Packages that use MandateHolderType Package Description be.recipe.services.core be.recipe.services.executor -
-
Uses of MandateHolderType in be.recipe.services.core
Fields in be.recipe.services.core declared as MandateHolderType Modifier and Type Field Description protected MandateHolderTypePartyIdentification. mandateHolderTypeMethods in be.recipe.services.core that return MandateHolderType Modifier and Type Method Description static MandateHolderTypeMandateHolderType. fromValue(String v)MandateHolderTypePartyIdentification. getMandateHolderType()Gets the value of the mandateHolderType property.static MandateHolderTypeMandateHolderType. valueOf(String name)Returns the enum constant of this type with the specified name.static MandateHolderType[]MandateHolderType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in be.recipe.services.core with parameters of type MandateHolderType Modifier and Type Method Description voidPartyIdentification. setMandateHolderType(MandateHolderType value)Sets the value of the mandateHolderType property. -
Uses of MandateHolderType in be.recipe.services.executor
Fields in be.recipe.services.executor declared as MandateHolderType Modifier and Type Field Description protected MandateHolderTypeListRelationsItem. mandateHolderTypeMethods in be.recipe.services.executor that return MandateHolderType Modifier and Type Method Description MandateHolderTypeListRelationsItem. getMandateHolderType()Gets the value of the mandateHolderType property.Methods in be.recipe.services.executor with parameters of type MandateHolderType Modifier and Type Method Description voidListRelationsItem. setMandateHolderType(MandateHolderType value)Sets the value of the mandateHolderType property.
-