Class OpenDocumentBean.MemorizeAnnotationsBean

  • Enclosing class:
    OpenDocumentBean

    public static final class OpenDocumentBean.MemorizeAnnotationsBean
    extends java.lang.Object
    Bean used to memorize annotations.
    • Constructor Summary

      Constructors 
      Constructor Description
      MemorizeAnnotationsBean​(int elementNr, java.lang.String iniString)
      Instantiates a new memorize annotations bean.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getElementNr()
      Gets the element nr.
      java.lang.String getIniString()
      Gets the ini string.
      • Methods inherited from class java.lang.Object

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

      • MemorizeAnnotationsBean

        public MemorizeAnnotationsBean​(int elementNr,
                                       java.lang.String iniString)
        Instantiates a new memorize annotations bean.
        Parameters:
        elementNr - the element number
        iniString - the ini string
    • Method Detail

      • getElementNr

        public int getElementNr()
        Gets the element nr.
        Returns:
        the element nr
      • getIniString

        public java.lang.String getIniString()
        Gets the ini string.
        Returns:
        the ini string