Interface SectionInputType

    • Method Detail

      • getParameterType

        java.lang.String getParameterType()

        Obtains the fully qualified Class name of the parameter type for this SectionInputType.

        The name is returned rather than the actual Class to enable the SectionType to be obtained should the Class not be available to the ClassLoader.

        Returns:
        Fully qualified Class name of the parameter type.