com.ibm.wsspi.xct.annotation

Class StringValue

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.xct.annotation.StringValue
All implemented interfaces:
AnnotationValue

  1. public final class StringValue
  2. extends java.lang.Object
  3. implements AnnotationValue
This class is provided for WebSphere Application Server stack products and infrastructure extenders that want to use Cross Component Trace for product-specific correlation needs.

For details on usage, please contact IBM support.


Constructor Summary

Constructor and Description
StringValue(java.lang.String value)

Method Summary

Modifier and Type Method and Description
  1. boolean
equals(java.lang.Object other)
  1. boolean
equals(StringValue other)
  1. java.lang.String
getValue()
  1. java.util.List<? extends AnnotationValue>
getValues()
  1. int
hashCode()
  1. java.lang.String
toString()
  1. java.lang.Appendable
toString(java.lang.Appendable app)
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait

Constructor Detail

StringValue

  1. public StringValue(java.lang.String value)

Method Detail

toString

  1. public java.lang.String toString( )
Overrides:
toString in class java.lang.Object

toString

  1. public java.lang.Appendable toString( java.lang.Appendable app)
  2. throws java.io.IOException
Specified by:
toString in interface AnnotationValue
Throws:
java.io.IOException

equals

  1. public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

equals

  1. public boolean equals(StringValue other)

hashCode

  1. public int hashCode()
Overrides:
hashCode in class java.lang.Object

getValue

  1. public java.lang.String getValue( )

getValues

  1. public java.util.List<? extends AnnotationValue> getValues( )
Specified by:
getValues in interface AnnotationValue