public static class Message.RecipientType extends ObjectSE implements SerializableSE
Message msg = folder.getMessages(1); Address[] a = m.getRecipients(Message.RecipientType.TO);
修飾子と型 | フィールドと説明 |
---|---|
static Message.RecipientType | BCC "Bcc" (ブラインドカーボンコピー)受信者。 |
static Message.RecipientType | CC "Cc" (カーボンコピー)受信者。 |
static Message.RecipientType | TO "To" (プライマリ)受信者。 |
protected StringSE | type 受信者の型、通常は対応するインターネット標準ヘッダーの名前。 |
修飾子 | コンストラクターと説明 |
---|---|
protected | RecipientType(StringSE type) サブクラスで使用するコンストラクター。 |
修飾子と型 | メソッドと説明 |
---|---|
protected ObjectSE | readResolve() RecipientType を逆直列化する場合、このクラスで定義されている既知の静的な最終インスタンスの 1 つだけを返すようにする必要があります。 |
StringSE | toString() |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public static final Message.RecipientType TO
public static final Message.RecipientType CC
public static final Message.RecipientType BCC
protected StringSE type
protected RecipientType(StringSE type)
type
- 受信者の型 protected ObjectSE readResolve() throws ObjectStreamExceptionSE
readResolve
メソッドを実装する必要があります。ObjectStreamExceptionSE
- オブジェクトストリームエラーの場合 public StringSE toString()
ObjectSE
の toStringSE
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.