Class TagLogicalElement.State

  • Enclosing class:
    TagLogicalElement

    public static class TagLogicalElement.State
    extends java.lang.Object
    Holds the attribute state of a TLE
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ENCODING_NONE
      value interpreted as no encoding
    • Constructor Summary

      Constructors 
      Constructor Description
      State​(java.lang.String key, java.lang.String value)
      Constructor
      State​(java.lang.String key, java.lang.String value, int encoding)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ENCODING_NONE

        public static final int ENCODING_NONE
        value interpreted as no encoding
        See Also:
        Constant Field Values
    • Constructor Detail

      • State

        public State​(java.lang.String key,
                     java.lang.String value)
        Constructor
        Parameters:
        key - the key attribute
        value - the value attribute
      • State

        public State​(java.lang.String key,
                     java.lang.String value,
                     int encoding)
        Parameters:
        key - the key attribute
        value - the value attribute
        encoding - the CCSID character set encoding attribute