Package com.ibm.jzos.fields

Interface Summary
BigDecimalAccessor Defines an interface for Field objects that have BigDecimal accessors.
BigIntegerAccessor Defines an interface for Field objects that have BigInteger accessors.
DoubleAccessor An interface which describes a Field which has double accessors.
Field An interface which describes a region of an unspecified byte array.
FloatAccessor An interface which describes a Field which has float accessors.
IntAccessor An interface which describes a Field which has int accessors.
LongAccessor An interface which describes a Field which has long accessors.
 

Class Summary
AssemblerDatatypeFactory Concrete implementation of DatatypeFactory with Assembler Field related factory methods.
BinaryAsBigDecimalField A binary field with BigDecimal accessors.
BinaryAsBigIntegerField A binary field with BigInteger accessors.
BinaryAsIntField A 1-4 byte binary Field with int accessors.
BinaryAsLongField A 4-8 byte binary Field with long accessors.
ByteArrayField A byte array Field.
CobolDatatypeFactory Concrete implementation of DatatypeFactory with COBOL Field related factory methods.
DatatypeFactory An abstract class for classes which are used to construct Field objects.
ExternalDecimalAsBigDecimalField An external (aka "display", "zoned") decimal field with BigDecimal accessors.
ExternalDecimalAsBigIntegerField An external (aka "zoned" or "display") decimal field up to 31 digits with BigInteger accessors.
ExternalDecimalAsIntField An external (aka "display", "zoned") decimal field up to 9 digits with int accessors.
ExternalDecimalAsLongField An external (aka "display", "zoned") decimal field up to 18 digits with long accessors.
ExternalFloatField A character floating point representation Field with double accessors.
IbmDoubleField An extended IBM hexadecimal floating point Field with double accessors.
IbmFloatField An IBM hexadecimal floating point Field with double accessors.
PackedDecimalAsBigDecimalField A packed decimal Field with BigDecimal accessors.
PackedDecimalAsBigIntegerField A packed decimal Field up to 31 digits with BigInteger accessors.
PackedDecimalAsIntField A packed decimal Field up to 9 digits (5 bytes) with int accessors.
PackedDecimalAsLongField A packed decimal Field up to 18 digits (10 bytes) with long accessors.
StringField A String Field.