public class JRGenericElementType extends Object implements Serializable
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.
Constructor and Description |
---|
JRGenericElementType(String namespace,
String name)
Creates a generic element type key.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName()
Returns the type name.
|
String |
getNamespace()
Returns the type namespace.
|
int |
hashCode() |
String |
toString() |
Copyright © 2016. All rights reserved.