Gets the 'from' value as a primitive integer. @return the 'from' value as a primitive integer.
()
| 381 | * @return the 'from' value as a primitive integer. |
| 382 | */ |
| 383 | public int getFromInt() { |
| 384 | return getFrom(); |
| 385 | } |
| 386 | |
| 387 | /** |
| 388 | * Gets the 'to' value as a primitive integer. |