Interface OfficeInputType

All Known Implementing Classes:
OfficeInputTypeImpl

public interface OfficeInputType
Type definition of an OfficeInput into the Office.
Author:
Daniel Sagenschneider
  • Method Details

    • getOfficeInputName

      String getOfficeInputName()
      Obtains the name of OfficeInput.
      Returns:
      Name of this OfficeInput.
    • getParameterType

      String getParameterType()
      Obtains the fully qualified class name of the parameter type to this OfficeInput.
      Returns:
      Parameter type to this OfficeInput.