Interface ProcedureVariableType
-
- All Known Implementing Classes:
ProcedureVariableTypeImpl
public interface ProcedureVariableType
- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getVariableName()
Obtains the name for theVar
.java.lang.String
getVariableType()
Obtains the type of theVar
.
-