Interface WebFunctionParameter


  • public interface WebFunctionParameter
    The interface of the parameter to a WebFunction.
    Since:
    MicroStrategy Web 9.0.0
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the name of the parameter
        Returns:
        the name
      • getDescription

        java.lang.String getDescription()
        Returns the description of the parameter
        Returns:
        the description
      • getType

        int getType()
        Returns the type of the parameter.
        Returns:
        the type.
      • getDataType

        int getDataType()