A field specifier using the Identifier of the Information Element found by searching infoModel for the
element whose name is name and the specified length.
A field specifier 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.
A field specifier from an InfoElement, length pair.
A field specifier from an InfoElement, length pair.
A tuple of the InfoElement and its length
IllegalFieldSpecifierException if length is negative or
larger than VARLEN.
A field specifier with the Identifier of the specified
infoElement and the specified length.
A field specifier with 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.