public abstract class DateTerm extends ComparisonTerm
修飾子と型 | フィールドと説明 |
---|---|
protected DateSE | date 日付。 |
comparison, EQ, GE, GT, LE, LT, NE
修飾子と型 | メソッドと説明 |
---|---|
boolean | equals(ObjectSE obj) 等価の比較。 |
int | getComparison() 比較の型を返します。 |
DateSE | getDate() 比較する日付を返します。 |
int | hashCode() このオブジェクトの hashCode を計算します。 |
protected boolean | match(DateSE d) 日付の比較方法。 |
match
cloneSE, finalizeSE, getClassSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
protected DateSE date
protected DateTerm(int comparison, DateSE date)
comparison
- 比較型 date
- 比較する日付 public DateSE getDate()
public int getComparison()
protected boolean match(DateSE d)
d
- コンストラクターの日付がこの日付と比較されます public boolean equals(ObjectSE obj)
ComparisonTerm
の equals
public int hashCode()
ComparisonTerm
の hashCode
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.