The _getProcedureType() method identifies the type of procedure that a ProcObject encapsulates as persistent, single-run, or singleton. The method returns a Java enum type that can hold a value of PERSISTENT, SINGLE_RUN, or SINGLETON:

Syntax

public ProcedureType _getProcedureType()