Class ClassConfiguration.ConstantInfo

java.lang.Object
org.htmlunit.javascript.configuration.ClassConfiguration.ConstantInfo
Enclosing class:
ClassConfiguration

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

    • name_

      private final String name_
    • value_

      private final Object value_
    • flag_

      private final int flag_
  • Constructor Details

    • ConstantInfo

      public ConstantInfo(String name, Object value, int flag)
      Constructor.
      Parameters:
      name - the name
      value - the value
      flag - the flag
  • Method Details

    • getName

      public String getName()
      Returns:
      the name
    • getValue

      public Object getValue()
      Returns:
      the value
    • getFlag

      public int getFlag()
      Returns:
      the flag