public class AttachmentDescriptionImpl extends Object implements AttachmentDescription
| Constructor and Description |
|---|
AttachmentDescriptionImpl(AttachmentType attachmentType,
String[] mimeTypes) |
| Modifier and Type | Method and Description |
|---|---|
AttachmentType |
getAttachmentType() |
String[] |
getMimeTypes() |
String |
toString() |
public AttachmentDescriptionImpl(AttachmentType attachmentType, String[] mimeTypes)
attachmentType - mimeTypes - public AttachmentType getAttachmentType()
getAttachmentType in interface AttachmentDescriptionpublic String[] getMimeTypes()
getMimeTypes in interface AttachmentDescriptionCopyright © 2004–2020 The Apache Software Foundation. All rights reserved.