Uses of Class
company.tap.commondependencies.ISO8583.enums.fields
-
Uses of fields in company.tap.commondependencies.ISO8583.builders
Methods in company.tap.commondependencies.ISO8583.builders with parameters of type fields Modifier and Type Method Description DataElement<T>BaseMessageClassBuilder. setField(fields field, byte[] value)DataElement<T>BaseMessageClassBuilder. setField(fields field, byte[] value, int valueLength)DataElement<T>BaseMessageClassBuilder. setField(fields field, java.lang.String value) -
Uses of fields in company.tap.commondependencies.ISO8583.enums
Methods in company.tap.commondependencies.ISO8583.enums that return fields Modifier and Type Method Description static fieldsfields. valueOf(int no)Returns the enum constant of this type with the specified name.static fieldsfields. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static fields[]fields. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of fields in company.tap.commondependencies.ISO8583.interfaces
Methods in company.tap.commondependencies.ISO8583.interfaces with parameters of type fields Modifier and Type Method Description DataElement<T>DataElement. setField(fields field, byte[] value)DataElement<T>DataElement. setField(fields field, java.lang.String value) -
Uses of fields in company.tap.commondependencies.ISO8583.models
Methods in company.tap.commondependencies.ISO8583.models with parameters of type fields Modifier and Type Method Description booleanISOMessage. fieldExits(fields field)Check Field exists byfieldsenumbyte[]ISOMessage. getField(fields field)Get field value in byte array formatjava.lang.StringISOMessage. getStringField(fields field)Get field value in string format