| Package | Description |
|---|---|
| rs.baselib.type |
Commonly used data types.
|
| Modifier and Type | Method and Description |
|---|---|
Continent |
Country.getContinent()
Returns the continent this country is situated in.
|
static Continent |
Continent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Continent[] |
Continent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014. All rights reserved.