Class DirectiveFactory.DataValueBuilder

  • Enclosing class:
    DirectiveFactory

    public final class DirectiveFactory.DataValueBuilder
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(java.math.BigInteger value)  
      void add​(Value value)  
      void addDouble​(double value)  
      Directive build()  
      • Methods inherited from class java.lang.Object

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

      • add

        public void add​(java.math.BigInteger value)
      • add

        public void add​(Value value)
      • addDouble

        public void addDouble​(double value)