public final class RecipientStringTerm extends AddressStringTerm
このクラスは、Address オブジェクトではなくアドレス文字列で比較を行うという点で RecipientTerm
クラスとは異なることに注意してください。文字列の比較では大文字と小文字は区別されません。
ignoreCase, pattern
コンストラクターと説明 |
---|
RecipientStringTerm(Message.RecipientType type, StringSE pattern) コンストラクター。 |
修飾子と型 | メソッドと説明 |
---|---|
boolean | equals(ObjectSE obj) 等価の比較。 |
Message.RecipientType | getRecipientType() 照合する受信者の型を返します。 |
int | hashCode() このオブジェクトの hashCode を計算します。 |
boolean | match(Message msg) コンストラクターで指定されたアドレスが、このメッセージの受信者アドレスの部分文字列であるかどうかを確認します。 |
match
getIgnoreCase, getPattern, match
cloneSE, finalizeSE, getClassSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
public RecipientStringTerm(Message.RecipientType type, StringSE pattern)
type
- 受信者の型 pattern
- 比較するアドレスパターン。public Message.RecipientType getRecipientType()
public boolean match(Message msg)
SearchTerm
の match
msg
- 比較は、このメッセージの受信者アドレスに適用されます。public boolean equals(ObjectSE obj)
AddressStringTerm
の equals
public int hashCode()
StringTerm
の hashCode
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.