public abstract class AbstractExtensionOutput<T extends java.io.Serializable> extends java.lang.Object implements ExtensionOutput<T>
| Constructor and Description |
|---|
AbstractExtensionOutput(T value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
T |
getValue() |
int |
hashCode() |
void |
validate() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetIdentifierpublic AbstractExtensionOutput(T value)
public T getValue()
getValue in interface ExtensionOutput<T extends java.io.Serializable>public void validate()
validate in interface ExtensionOutput<T extends java.io.Serializable>public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object