public class ElementValuePairInfo extends java.lang.Object implements IBinaryElementValuePair
| Constructor and Description |
|---|
ElementValuePairInfo(char[] name,
java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
char[] |
getName() |
java.lang.Object |
getValue()
Return
ClassSignature for a Class Class. |
int |
hashCode() |
java.lang.String |
toString() |
public ElementValuePairInfo(char[] name,
java.lang.Object value)
public char[] getName()
getName in interface IBinaryElementValuePairpublic java.lang.Object getValue()
IBinaryElementValuePairClassSignature for a Class Class.
Return Constant for compile-time constant of primitive type, as well as String literals.
Return EnumConstantSignature if value is an enum constant.
Return IBinaryAnnotation for annotation type.
Return Object[] for array type.getValue in interface IBinaryElementValuePairpublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object