Package javax.time.calendar
Class PeriodParser.ParseValues
java.lang.Object
javax.time.calendar.PeriodParser.ParseValues
- Enclosing class:
PeriodParser
Parse values container created for each parse.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
The number of days.private int
The number of hours.private int
Parser position index.private int
The number of minutes.private int
The number of months.private long
The number of nanoseconds.private boolean
Whether the seconds were negative.private int
The number of seconds.private String
Original text.private int
The number of years. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
years
private int yearsThe number of years. -
months
private int monthsThe number of months. -
days
private int daysThe number of days. -
hours
private int hoursThe number of hours. -
minutes
private int minutesThe number of minutes. -
seconds
private int secondsThe number of seconds. -
nanos
private long nanosThe number of nanoseconds. -
negativeSecs
private boolean negativeSecsWhether the seconds were negative. -
index
private int indexParser position index. -
text
Original text.
-
-
Constructor Details
-
ParseValues
ParseValues(String text)
-
-
Method Details
-
toPeriod
Period toPeriod()
-