Home | History | Annotate | Download | only in datatype

Lines Matching refs:isPositive

205      * specifying the <code>Duration</code> as isPositive, years, months, days, hours, minutes, seconds.</p>
214 * @param isPositive Set to <code>false</code> to create a negative duration. When the length
229 final boolean isPositive,
239 * specifying the <code>Duration</code> as isPositive, years, months, days, hours, minutes, seconds.</p>
243 * @param isPositive Set to <code>false</code> to create a negative duration. When the length
257 * boolean isPositive,
266 final boolean isPositive,
293 isPositive,
387 final boolean isPositive;
389 isPositive = false;
397 isPositive = true;
413 return newDuration(isPositive, DatatypeConstants.FIELD_UNDEFINED,
417 return newDuration(isPositive, null, null,
430 return newDuration(isPositive, null, null, days, hours, minutes, seconds);
450 * @param isPositive Set to <code>false</code> to create a negative duration. When the length
464 final boolean isPositive,
471 isPositive,
493 * @param isPositive Set to <code>false</code> to create a negative duration. When the length
506 final boolean isPositive,
511 return newDuration(isPositive,
607 * @param isPositive Set to <code>false</code> to create a negative duration. When the length
618 final boolean isPositive,
623 isPositive,
641 * @param isPositive Set to <code>false</code> to create a negative duration. When the length
651 final boolean isPositive,
654 isPositive, year, month,