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.StringgetVariableName()Obtains the name for theVar.java.lang.StringgetVariableType()Obtains the type of theVar.
-