Uses of Class
company.tap.commondependencies.ISO8583.enums.MessageFunction
| Package | Description |
|---|---|
| company.tap.commondependencies.ISO8583.builders | |
| company.tap.commondependencies.ISO8583.enums | |
| company.tap.commondependencies.ISO8583.interfaces |
-
Uses of MessageFunction in company.tap.commondependencies.ISO8583.builders
Methods in company.tap.commondependencies.ISO8583.builders with parameters of type MessageFunction Modifier and Type Method Description DataElement<T>BaseMessageClassBuilder. mti(MessageFunction mFunction, MessageOrigin mOrigin) -
Uses of MessageFunction in company.tap.commondependencies.ISO8583.enums
Methods in company.tap.commondependencies.ISO8583.enums that return MessageFunction Modifier and Type Method Description static MessageFunctionMessageFunction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MessageFunction[]MessageFunction. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MessageFunction in company.tap.commondependencies.ISO8583.interfaces
Methods in company.tap.commondependencies.ISO8583.interfaces with parameters of type MessageFunction Modifier and Type Method Description DataElement<T>MessagePacker. mti(MessageFunction mFunction, MessageOrigin mOrigin)