public abstract class NamespaceDecoderKey<T> extends Object implements DecoderKey
DecoderKey class for namespace decoder.| Constructor and Description |
|---|
NamespaceDecoderKey(String namespace,
T type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getNamespace() |
protected abstract int |
getSimilarity(DecoderKey key,
T type)
Check for similarity
|
abstract T |
getType()
Get the type.
|
protected abstract String |
getTypeName()
Get
String representation of the type. |
int |
hashCode() |
protected abstract void |
setType(T type)
Set the type.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSimilarityprotected abstract void setType(T type)
type - the typepublic abstract T getType()
protected abstract String getTypeName()
String representation of the type.String representation of the type.protected abstract int getSimilarity(DecoderKey key, T type)
key - DecoderKey to checktype - Type to checkpublic String getNamespace()
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.