com.ibm.wsspi.xct.annotation
Class Association
- java.lang.Object
com.ibm.wsspi.xct.annotation.Association
All implemented interfaces:
- public class Association
- extends java.lang.Object
- implements AnnotationValue
For details on usage, please contact IBM support.
Constructor Summary
| Constructor and Description |
|---|
Association(java.lang.String name,java.lang.String... values)
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
equals(Association other)
|
|
equals(java.lang.Object other)
|
|
getName()
|
|
getValues()
|
|
hashCode()
|
|
toString()
|
|
toString(java.lang.Appendable app)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail
Association
- public Association(java.lang.String name,
- java.lang.String... values)
Method Detail
toString
- public java.lang.String toString( )
Overrides:
toString in class java.lang.Object
toString
- public java.lang.Appendable toString( java.lang.Appendable app)
- throws java.io.IOException
Specified by:
toString in interface AnnotationValue
Throws:
java.io.IOExceptionequals
- public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object
equals
- public boolean equals(Association other)
hashCode
- public int hashCode()
Overrides:
hashCode in class java.lang.Object
getValues
- public java.util.List<? extends AnnotationValue> getValues( )
Specified by:
getValues in interface AnnotationValue
getName
- public java.lang.String getName( )