The command DEtools:-odeadvisor(ode,y(x)); gives the ode type names.
See https://maplesoft.com/support/help/maple/view.aspx?path=DEtools/odeadvisor for known names of ode type in Maple.
But we can also tell it to check if the ode is of speciļ¬c type using
DEtools:-odeadvisor(ode,y(x),[name]);. For an example
If the name we have given is not the type of the ode, Maple will return [NONE].
For an example