Class FunctionArgumentSignature


  • public class FunctionArgumentSignature
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FunctionArgumentSignature​(java.lang.String name, java.lang.Object defaultValue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getDefaultValue()  
      java.lang.String getName()  
      void setDefaultValue​(java.lang.Object defaultValue)  
      void setName​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

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

      • FunctionArgumentSignature

        public FunctionArgumentSignature​(java.lang.String name,
                                         java.lang.Object defaultValue)
    • Method Detail

      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getDefaultValue

        public java.lang.Object getDefaultValue()
      • setDefaultValue

        public void setDefaultValue​(java.lang.Object defaultValue)