Class ProcedureVariableTypeImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      ProcedureVariableTypeImpl​(java.lang.String variableName, java.lang.String variableType)
      Instantiate.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getVariableName()
      Obtains the name for the Var.
      java.lang.String getVariableType()
      Obtains the type of the Var.
      • Methods inherited from class java.lang.Object

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

      • ProcedureVariableTypeImpl

        public ProcedureVariableTypeImpl​(java.lang.String variableName,
                                         java.lang.String variableType)
        Instantiate.
        Parameters:
        variableName - Name of Var.
        variableType - Type of Var.