Uses of Class
rs.baselib.type.Continent
| Package | Description |
|---|---|
| rs.baselib.type |
Commonly used data types.
|
-
Uses of Continent in rs.baselib.type
Methods in rs.baselib.type that return Continent Modifier and Type Method Description ContinentCountry. getContinent()Returns the continent this country is situated in.static ContinentContinent. valueOf(java.lang.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.