public interface JvmAnnotationEnumFieldValue extends JvmAnnotationAttributeValue
Modifier and Type | Method and Description |
---|---|
default JvmClass |
getContainingClass()
This method could be implemented to return value even if the field cannot be resolved.
|
default java.lang.String |
getContainingClassName()
This method could be implemented to return value even if the field or the containing class cannot be resolved.
|
JvmEnumField |
getField() |
default java.lang.String |
getFieldName()
This method could be implemented to return value even if the field cannot be resolved.
|
JvmEnumField getField()
null
if field cannot be resolveddefault java.lang.String getFieldName()
default JvmClass getContainingClass()
default java.lang.String getContainingClassName()