Class ECI

  • Direct Known Subclasses:
    CharacterSetECI

    public abstract class ECI
    extends java.lang.Object
    Superclass of classes encapsulating types ECIs, according to "Extended Channel Interpretations" 5.3 of ISO 18004.
    Author:
    Sean Owen
    • Method Detail

      • getValue

        public int getValue()
      • getECIByValue

        public static ECI getECIByValue​(int value)
        Parameters:
        value - ECI value
        Returns:
        ECI representing ECI of given value, or null if it is legal but unsupported
        Throws:
        java.lang.IllegalArgumentException - if ECI value is invalid