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.Object
public java.lang.Appendable toString(java.lang.Appendable app) throws java.io.IOException
toString
in interface AnnotationValue
java.io.IOException
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public boolean equals(Association other)
public int hashCode()
hashCode
in class java.lang.Object
public java.util.List<? extends AnnotationValue> getValues()
getValues
in interface AnnotationValue
public java.lang.String getName()