Home | History | Annotate | Download | only in datatype

Lines Matching refs:getField

221      * {@link #getField(DatatypeConstants.Field field) getField(DatatypeConstants.YEARS)}.</p>
225 * Use {@link #getField(DatatypeConstants.Field field) getField(DatatypeConstants.YEARS)} to avoid possible loss of precision.</p>
400 public abstract Number getField(final DatatypeConstants.Field field);
413 Number n = getField(field);
892 BigInteger years = (BigInteger) getField(DatatypeConstants.YEARS);
897 BigInteger months = (BigInteger) getField(DatatypeConstants.MONTHS);
902 BigInteger days = (BigInteger) getField(DatatypeConstants.DAYS);
907 BigInteger hours = (BigInteger) getField(DatatypeConstants.HOURS);
908 BigInteger minutes = (BigInteger) getField(DatatypeConstants.MINUTES);
909 BigDecimal seconds = (BigDecimal) getField(DatatypeConstants.SECONDS);