Class ClassConfiguration.ConstantInfo

  • Enclosing class:
    ClassConfiguration

    public static class ClassConfiguration.ConstantInfo
    extends java.lang.Object
    Class used to contain the constant information name, value and flag.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int flag_  
      private java.lang.String name_  
      private java.lang.Object value_  
    • Constructor Summary

      Constructors 
      Constructor Description
      ConstantInfo​(java.lang.String name, java.lang.Object value, int flag)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getFlag()  
      java.lang.String getName()  
      java.lang.Object getValue()  
      • Methods inherited from class java.lang.Object

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

      • name_

        private final java.lang.String name_
      • value_

        private final java.lang.Object value_
      • flag_

        private final int flag_
    • Constructor Detail

      • ConstantInfo

        public ConstantInfo​(java.lang.String name,
                            java.lang.Object value,
                            int flag)
        Constructor.
        Parameters:
        name - the name
        value - the value
        flag - the flag
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        the name
      • getValue

        public java.lang.Object getValue()
        Returns:
        the value
      • getFlag

        public int getFlag()
        Returns:
        the flag