public class Attachment extends java.lang.Object implements AnnotationValue
For details on usage, please contact IBM support.
| Constructor and Description |
|---|
Attachment(java.lang.String suffix) |
Attachment(java.lang.String prefix,
java.lang.String suffix) |
| Modifier and Type | Method and Description |
|---|---|
java.io.OutputStream |
getOutputStream() |
java.util.List<? extends AnnotationValue> |
getValues() |
java.lang.String |
toString() |
java.lang.Appendable |
toString(java.lang.Appendable app) |
public Attachment(java.lang.String suffix)
throws java.io.IOException,
java.lang.IllegalArgumentException
java.io.IOExceptionjava.lang.IllegalArgumentExceptionpublic Attachment(java.lang.String prefix,
java.lang.String suffix)
throws java.io.IOException,
java.lang.IllegalArgumentException
java.io.IOExceptionjava.lang.IllegalArgumentExceptionpublic 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 java.io.OutputStream getOutputStream()
throws java.io.IOException
java.io.IOExceptionpublic java.util.List<? extends AnnotationValue> getValues()
getValues in interface AnnotationValue