public static class AnnotationInfo.AnnotationEnumValue extends Object implements Comparable<AnnotationInfo.AnnotationEnumValue>
| Constructor and Description |
|---|
AnnotationEnumValue(String className,
String constName) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AnnotationInfo.AnnotationEnumValue o) |
boolean |
equals(Object o) |
String |
getClassName()
Get the class name of the enum.
|
String |
getConstName()
Get the name of the enum constant.
|
Object |
getEnumValueRef()
Get the enum constant.
|
int |
hashCode() |
String |
toString() |
public String getClassName()
public String getConstName()
public Object getEnumValueRef() throws IllegalArgumentException
IllegalArgumentExceptionpublic int compareTo(AnnotationInfo.AnnotationEnumValue o)
compareTo in interface Comparable<AnnotationInfo.AnnotationEnumValue>Copyright © 2018. All rights reserved.