View PLC Data Type

Is there a way to view the PLC data type? If there is a custom data type in the plc it shows up as a folder with the contents of the custom data type inside of it. Is there a way to find out the name of the data type?

In system.opc.browse(), there is a getDataType() function. It returns java.lang.Object for custom data types.