All query container classes derive from this class. It contains one simple
function for querying supported accessor interfaces. If a particular
accessor is supported, the object could be casted to that accessor type
and its interface could be used for extrating parameters.
As of Vizserver 1.3 only the vsQueryTypes::NameAccessor and
vsQueryTypes:BaseAccessor are supported. The name accessor is
of class type vsQueryTypeNameAccessorCls. The base
accessor is a type name alias for this class.