Class Options.Value

java.lang.Object
com.googlecode.aviator.Options.Value
Enclosing class:
Options

public static class Options.Value extends Object
The option's value union
  • Field Details

    • bool

      public boolean bool
    • mathContext

      public MathContext mathContext
    • number

      public int number
    • featureSet

      public Set<Feature> featureSet
    • classes

      public Set<Class<?>> classes
    • evalMode

      public EvalMode evalMode
    • cachedNumber

      public long cachedNumber
  • Constructor Details

    • Value

      public Value(EvalMode evalMode)
    • Value

      public Value()
    • Value

      public Value(Set<Feature> featureSet)
    • Value

      public Value(boolean bool)
    • Value

      public Value(MathContext mathContext)
    • Value

      public Value(int n)
  • Method Details