Comparable<AnnotationInfo.AnnotationEnumValue>public static class AnnotationInfo.AnnotationEnumValue extends Object implements Comparable<AnnotationInfo.AnnotationEnumValue>
| Constructor | Description |
|---|---|
AnnotationEnumValue(String className,
String constName) |
| Modifier and Type | Method | 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
IllegalArgumentException - if the class could not be loaded, or the enum constant is invalid.public int compareTo(AnnotationInfo.AnnotationEnumValue o)
compareTo in interface Comparable<AnnotationInfo.AnnotationEnumValue>Copyright © 2018. All rights reserved.