(BasicElement<?> obj)
| 846 | } |
| 847 | |
| 848 | @Override |
| 849 | protected boolean doEquals(BasicElement<?> obj) { |
| 850 | Element that = (Element) obj; |
| 851 | return this.dayPeriod.equals(that.dayPeriod); |
| 852 | } |
| 853 | |
| 854 | @Override |
| 855 | public String getValue(ChronoEntity<?> context) { // used in consistency-check after strict parsing |