Creates a field specifier by using the Identifier of the
Information Element found by searching
infoModel for the element whose name is name and the
specified length.
Creates a field specifier by using the Identifier of the
Information Element found by searching
infoModel for the element whose name is name and the
specified length.
The InfoModel to search
The name of the InfoElement to find in infoModel
The octet length of the element
IllegalFieldSpecifierException if length is negative
or larger than VARLEN.
java.util.NoSuchElementException if name is not known
to infoModel.
Creates a field specifier using an InfoElement and a length given as a Tuple2.
Creates a field specifier using an InfoElement and a length given as a Tuple2.
A Tuple2 of the InfoElement and its length
IllegalFieldSpecifierException if length is negative
or larger than VARLEN.
Creates a field specifier using the Identifier of the
specified infoElement and the specified length.
Creates a field specifier using the Identifier of the
specified infoElement and the specified length.
The InfoElement to use
The octet length of the element
IllegalFieldSpecifierException if length is negative
or larger than VARLEN.
Creates a field specifier by reading the element's identifier and length from a buffer containing two 16-bit values and an optional 32-bit Private Enterprise Number.
An IEFieldSpecifier factory.