Package | Description |
---|---|
data |
Modifier and Type | Field and Description |
---|---|
private java.util.List<TechnoCoverage> |
CoveredAreas.technos |
Modifier and Type | Method and Description |
---|---|
static TechnoCoverage |
TechnoCoverage.getFromString(java.lang.String s) |
static TechnoCoverage |
TechnoCoverage.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TechnoCoverage[] |
TechnoCoverage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TechnoCoverage> |
CoveredAreas.getTechnos() |
Constructor and Description |
---|
CoveredAreas(java.lang.String name,
ISP isp,
TechnoCoverage... techno) |
Constructor and Description |
---|
CoveredAreas(java.lang.String name,
ISP isp,
java.util.List<TechnoCoverage> techno) |
CoveredAreas(java.lang.String name,
java.util.List<TechnoCoverage> techno) |