| Package | Description |
|---|---|
| se.walkercrou.places |
| Modifier and Type | Method and Description |
|---|---|
Price |
Place.getPrice()
Returns the
Price of this place. |
static Price |
Price.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Price[] |
Price.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected Place |
Place.setPrice(Price price)
Sets the
Price of this place. |
Copyright © 2014–2015. All rights reserved.