Searched refs:relativeValue (Results 1 – 1 of 1) sorted by relevance
190 Integer relativeValue = relativeType == null ? 999 : Integer.valueOf(relativeType); in isOptional() local191 … if (fieldType != null && fieldType.startsWith("day") && Math.abs(relativeValue.intValue()) >= 2) { in isOptional()346 Integer relativeValue = relativeType == null ? 999 : Integer.valueOf(relativeType); in addPaths() local347 …if (relativeValue >= -3 && relativeValue <= 3) { // This is just a quick check to make sure the pa… in addPaths()348 …if (!(nowUnits.contains(fieldType) && relativeValue == 0)) { // Workaround for "now", "this hour",… in addPaths()