get_element_type
Description:
public Type get_element_type ()
Get the Type for elements managed by this factory.
The type can only be retrieved if the element factory is loaded, which can be assured with
load.
Parameters:
this |
factory to get managed Type from
|
Returns:
the Type for elements managed by this factory or 0 if the factory is not loaded.
|