public class DateAccuracyImpl extends Object implements DateAccuracy
| Constructor and Description |
|---|
DateAccuracyImpl(boolean dayAccurate,
boolean monthAccurate,
boolean yearAccurate) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getDayAccuracyIndicator()
The accuracy of the day component of a date
|
Boolean |
getMonthAccuracyIndicator()
The accuracy of the month component of a date
|
Boolean |
getYearAccuracyIndicator()
The accuracy of the year component of a date
|
String |
toString() |
public DateAccuracyImpl(boolean dayAccurate,
boolean monthAccurate,
boolean yearAccurate)
public Boolean getDayAccuracyIndicator()
getDayAccuracyIndicator in interface DateAccuracypublic Boolean getMonthAccuracyIndicator()
getMonthAccuracyIndicator in interface DateAccuracypublic Boolean getYearAccuracyIndicator()
getYearAccuracyIndicator in interface DateAccuracypublic String toString()
toString in interface DateAccuracytoString in class ObjectCopyright © 2021. All rights reserved.