Package net.sf.jasperreports.engine
Class JRGenericElementType
java.lang.Object
net.sf.jasperreports.engine.JRGenericElementType
- All Implemented Interfaces:
Serializable
A key identifying a generic element type.
This key is used to resolve registered export handlers for generic print elements.
A type key is composed of a namespace (which is usually a URI associated with the organization that implemented the generic element type) and a type name.
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJRGenericElementType
(String namespace, String name) Creates a generic element type key. -
Method Summary
-
Constructor Details
-
JRGenericElementType
Creates a generic element type key.- Parameters:
namespace
- the type namespacename
- the type name
-
-
Method Details