AnnotationData
.
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public boolean | equals(Object
the reference object with which to compare. obj)Overrides java. Indicates whether some other object is "equal to" this one. |
public JavaType | |
public String | |
public int | |
public String |
name | back to summary |
---|---|
private final String name |
type | back to summary |
---|---|
private final JavaType type |
EnumData | back to summary |
---|---|
public EnumData(JavaType type, String name) Creates an enum constant. |
equals | back to summary |
---|---|
public boolean equals(Object obj) Overrides java. Doc from java. Indicates whether some other object is "equal to" this one.
The
An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes. |
getEnumType | back to summary |
---|---|
public JavaType getEnumType() Gets the enum type. |
getName | back to summary |
---|---|
public String getName() Gets the name of the enum. |
hashCode | back to summary |
---|---|
public int hashCode() Overrides java. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
|
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non- |