Movatterモバイル変換


[0]ホーム

URL:


         


Class BodyPart

java.lang.Object  |  +--javax.mail.BodyPart
All Implemented Interfaces:
Part
Direct Known Subclasses:
MimeBodyPart

public abstract classBodyPart
extends java.lang.Object
implementsPart

This class models a Part that is contained within a Multipart. This is an abstract class. Subclasses provide actual implementations.

BodyPart implements the Part interface. Thus, it contains a set of attributes and a "content".


parent
          TheMultipart object containing thisBodyPart, if known.
 
Fields inherited from interface javax.mail.Part
ATTACHMENT,INLINE
 
BodyPart()
           
 
getParent()
          Return the containingMultipart object, ornull if not known.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.mail.Part
addHeader,getAllHeaders,getContent,getContentType,getDataHandler,getDescription,getDisposition,getFileName,getHeader,getInputStream,getLineCount,getMatchingHeaders,getNonMatchingHeaders,getSize,isMimeType,removeHeader,setContent,setContent,setDataHandler,setDescription,setDisposition,setFileName,setHeader,setText,writeTo
 

parent

protectedMultipartparent
TheMultipart object containing thisBodyPart, if known.
Since:
JavaMail 1.1

BodyPart

publicBodyPart()

getParent

publicMultipartgetParent()
Return the containingMultipart object, ornull if not known.

         


[8]ページ先頭

©2009-2025 Movatter.jp