public final class RecipientTerm extends AddressTerm
address| コンストラクターと説明 |
|---|
RecipientTerm(Message.RecipientType type, Address address) コンストラクター。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
boolean | equals(ObjectSE obj) 等価の比較。 |
Message.RecipientType | getRecipientType() 照合する受信者の型を返します。 |
int | hashCode() このオブジェクトの hashCode を計算します。 |
boolean | match(Message msg) 一致方法。 |
getAddress, matchcloneSE, finalizeSE, getClassSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic RecipientTerm(Message.RecipientType type, Address address)
type - 受信者の型 address - 一致するアドレス public Message.RecipientType getRecipientType()
public boolean match(Message msg)
SearchTerm の match msg - アドレスの一致は、このメッセージの受信アドレスに適用されます public boolean equals(ObjectSE obj)
AddressTerm の equals public int hashCode()
AddressTerm の hashCode Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.