public class ReflectionEnumConstantDeclaration
extends java.lang.Object
implements com.github.javaparser.resolution.declarations.ResolvedEnumConstantDeclaration
Constructor and Description |
---|
ReflectionEnumConstantDeclaration(java.lang.reflect.Field enumConstant,
com.github.javaparser.symbolsolver.model.resolution.TypeSolver typeSolver) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
com.github.javaparser.resolution.types.ResolvedType |
getType() |
public ReflectionEnumConstantDeclaration(java.lang.reflect.Field enumConstant, com.github.javaparser.symbolsolver.model.resolution.TypeSolver typeSolver)
public java.lang.String getName()
getName
in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
getName
in interface com.github.javaparser.resolution.declarations.ResolvedEnumConstantDeclaration
public com.github.javaparser.resolution.types.ResolvedType getType()
getType
in interface com.github.javaparser.resolution.declarations.ResolvedValueDeclaration