Class ExpressionFunctionProvider.FunctionParameter

  • Enclosing interface:
    ExpressionFunctionProvider

    public static class ExpressionFunctionProvider.FunctionParameter
    extends java.lang.Object
    The definition of a single function parameter.
    • Constructor Summary

      Constructors 
      Constructor Description
      FunctionParameter​(java.lang.Class<?> type, java.lang.String name, java.lang.String description)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()  
      java.lang.String getName()  
      java.lang.Class<?> getType()  
      • Methods inherited from class java.lang.Object

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

      • FunctionParameter

        public FunctionParameter​(java.lang.Class<?> type,
                                 java.lang.String name,
                                 java.lang.String description)
    • Method Detail

      • getType

        public java.lang.Class<?> getType()
      • getName

        public java.lang.String getName()
      • getDescription

        public java.lang.String getDescription()