Class ClassConfiguration.ConstantInfo
java.lang.Object
org.htmlunit.javascript.configuration.ClassConfiguration.ConstantInfo
- Enclosing class:
ClassConfiguration
Class used to contain the constant information name, value and flag.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name_
-
value_
-
flag_
private final int flag_
-
-
Constructor Details
-
ConstantInfo
Constructor.- Parameters:
name
- the namevalue
- the valueflag
- the flag
-
-
Method Details
-
getName
- Returns:
- the name
-
getValue
- Returns:
- the value
-
getFlag
public int getFlag()- Returns:
- the flag
-