Interface ProcedureVariableType

All Known Implementing Classes:
ProcedureVariableTypeImpl

public interface ProcedureVariableType
Type definition of Var required by the Procedure.
Author:
Daniel Sagenschneider
  • Method Details

    • getVariableName

      String getVariableName()
      Obtains the name for the Var.
      Returns:
      Name for the Var.
    • getVariableType

      String getVariableType()
      Obtains the type of the Var.
      Returns:
      Type of the Var.