public final class StringValue extends java.lang.Object implements AnnotationValue
For details on usage, please contact IBM support.
| Constructor and Description |
|---|
StringValue(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
boolean |
equals(StringValue other) |
java.lang.String |
getValue() |
java.util.List<? extends AnnotationValue> |
getValues() |
int |
hashCode() |
java.lang.String |
toString() |
java.lang.Appendable |
toString(java.lang.Appendable app) |
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(StringValue other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String getValue()
public java.util.List<? extends AnnotationValue> getValues()
getValues in interface AnnotationValue