public abstract static class EnumerationDescription.AbstractBase extends java.lang.Object implements EnumerationDescription
EnumerationDescription.AbstractBase, EnumerationDescription.ForLoadedEnumeration, EnumerationDescription.Latent
NamedElement.WithGenericName, NamedElement.WithOptionalName, NamedElement.WithRuntimeName
EMPTY_NAME, NO_NAME
Constructor and Description |
---|
AbstractBase() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
java.lang.String |
getActualName()
Returns the name of this element as it is found in the source code.
|
int |
hashCode() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getEnumerationType, getValue, load
public java.lang.String getActualName()
getActualName
in interface NamedElement
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object