public class XmlNamespaceDecoderKey extends NamespaceDecoderKey<Class<?>>
NamespaceDecoderKey implementation for XML namespace and
Class.| Constructor and Description |
|---|
XmlNamespaceDecoderKey(String namespace,
Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSimilarity(DecoderKey key) |
protected int |
getSimilarity(DecoderKey key,
Class<?> t)
Check for similarity
|
Class<?> |
getType()
Get the type.
|
protected String |
getTypeName()
Get
String representation of the type. |
protected void |
setType(Class<?> type)
Set the type.
|
equals, getNamespace, hashCode, toStringpublic Class<?> getType()
NamespaceDecoderKeygetType in class NamespaceDecoderKey<Class<?>>protected void setType(Class<?> type)
NamespaceDecoderKeysetType in class NamespaceDecoderKey<Class<?>>type - the typeprotected String getTypeName()
NamespaceDecoderKeyString representation of the type.getTypeName in class NamespaceDecoderKey<Class<?>>String representation of the type.public int getSimilarity(DecoderKey key)
protected int getSimilarity(DecoderKey key, Class<?> t)
NamespaceDecoderKeygetSimilarity in class NamespaceDecoderKey<Class<?>>key - DecoderKey to checkt - Type to checkCopyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.