public class Association extends java.lang.Object implements AnnotationValue
For details on usage, please contact IBM support.
| Constructor and Description |
|---|
Association(java.lang.String name,
java.lang.String... values) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Association other) |
boolean |
equals(java.lang.Object other) |
java.lang.String |
getName() |
java.util.List<? extends AnnotationValue> |
getValues() |
int |
hashCode() |
java.lang.String |
toString() |
java.lang.Appendable |
toString(java.lang.Appendable app) |
public Association(java.lang.String name,
java.lang.String... values)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Appendable toString(java.lang.Appendable app)
throws java.io.IOException
toString in interface AnnotationValuejava.io.IOExceptionpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic boolean equals(Association other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.util.List<? extends AnnotationValue> getValues()
getValues in interface AnnotationValuepublic java.lang.String getName()