Class EnumerationDescription.AbstractBase
java.lang.Object
net.bytebuddy.description.enumeration.EnumerationDescription.AbstractBase
- All Implemented Interfaces:
EnumerationDescription, NamedElement
- Direct Known Subclasses:
EnumerationDescription.ForLoadedEnumeration, EnumerationDescription.Latent
- Enclosing interface:
EnumerationDescription
public abstract static class EnumerationDescription.AbstractBase
extends Object
implements EnumerationDescription
An adapter implementation of an enumeration description.
-
Nested Class Summary
Nested classes/interfaces inherited from interface EnumerationDescription
EnumerationDescription.AbstractBase, EnumerationDescription.ForLoadedEnumeration, EnumerationDescription.LatentNested classes/interfaces inherited from interface NamedElement
NamedElement.WithDescriptor, NamedElement.WithGenericName, NamedElement.WithOptionalName, NamedElement.WithRuntimeName -
Field Summary
Fields inherited from interface NamedElement
EMPTY_NAME, NO_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from interface EnumerationDescription
getEnumerationType, getValue, load
-
Constructor Details
-
AbstractBase
public AbstractBase()
-
-
Method Details
-
getActualName
Returns the display name of this element as it is found in the source code. If no such name exists, an empty string is returned.- Specified by:
getActualNamein interfaceNamedElement- Returns:
- The name of this element as given in a Java program's source code.
-
hashCode
-
equals
-
toString
-