public class JRGenericElementType
extends java.lang.Object
implements java.io.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(java.lang.String namespace,
java.lang.String name)
Creates a generic element type key.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName()
Returns the type name.
|
java.lang.String |
getNamespace()
Returns the type namespace.
|
int |
hashCode() |
java.lang.String |
toString() |
public JRGenericElementType(java.lang.String namespace, java.lang.String name)
namespace
- the type namespacename
- the type namepublic java.lang.String getNamespace()
public java.lang.String getName()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com