Uses of Class
com.solab.iso8583.IsoType

Packages that use IsoType
com.solab.iso8583 This package contains the main framework classes. 
com.solab.iso8583.parse This package contains the classes used for parsing the XML configuration files to set up a MessageFactory, and also for storing the parse information for each field depending on the type of message. 
 

Uses of IsoType in com.solab.iso8583
 

Methods in com.solab.iso8583 that return IsoType
 IsoType IsoValue.getType()
          Returns the ISO type to which the value must be formatted.
static IsoType IsoType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IsoType[] IsoType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.solab.iso8583 with parameters of type IsoType
 void IsoMessage.setValue(int index, Object value, CustomField<?> encoder, IsoType t, int length)
          Sets the specified value in the specified field, creating an IsoValue internally.
 void IsoMessage.setValue(int index, Object value, IsoType t, int length)
          Sets the specified value in the specified field, creating an IsoValue internally.
 

Constructors in com.solab.iso8583 with parameters of type IsoType
IsoValue(IsoType t, T value)
           
IsoValue(IsoType t, T value, CustomField<T> custom)
          Creates a new instance that stores the specified value as the specified type.
IsoValue(IsoType t, T val, int len)
           
IsoValue(IsoType t, T val, int len, CustomField<T> custom)
          Creates a new instance that stores the specified value as the specified type.
 

Uses of IsoType in com.solab.iso8583.parse
 

Fields in com.solab.iso8583.parse declared as IsoType
protected  IsoType FieldParseInfo.type
           
 

Methods in com.solab.iso8583.parse that return IsoType
 IsoType FieldParseInfo.getType()
          Returns the data type for the data to be parsed.
 

Methods in com.solab.iso8583.parse with parameters of type IsoType
static FieldParseInfo FieldParseInfo.getInstance(IsoType t, int len, String encoding)
          Returns a new FieldParseInfo instance that can parse the specified type.
 

Constructors in com.solab.iso8583.parse with parameters of type IsoType
AlphaNumericFieldParseInfo(IsoType t, int len)
           
FieldParseInfo(IsoType t, int len)
          Creates a new instance that parses a value of the specified type, with the specified length.
 



Copyright © 2011 Enrique Zamudio. All Rights Reserved.