Package jamopp.options
Class ParserOptionsValueContainer
- java.lang.Object
-
- jamopp.options.ParserOptionsValueContainer
-
public final class ParserOptionsValueContainer extends Object
A container for values of ParserOptions.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParserOptionsValueContainer
getInstance()
Object
getValue(ParserOptions option)
void
setValue(ParserOptions option, Object value)
-
-
-
Method Detail
-
getValue
public Object getValue(ParserOptions option)
-
setValue
public void setValue(ParserOptions option, Object value)
-
getInstance
public static ParserOptionsValueContainer getInstance()
-
-