public class Page extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static Page |
fromString(String value)
Create a page out of the value.
|
int |
getValue()
The value of the page.
|
int |
hashCode() |
static Page |
of(int value)
Create a page out of the value.
|
String |
toString() |
public int getValue()
public static Page of(int value)
value - The value of the page.public static Page fromString(String value)
value - The value of the page.Copyright © 2015–2018 Bridje Framework. All rights reserved.