public class OwsServiceKey extends Object implements Comparable<OwsServiceKey>
| Constructor and Description |
|---|
OwsServiceKey(String service,
String version)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(OwsServiceKey other) |
boolean |
equals(Object o) |
String |
getService()
Get the service name
|
String |
getVersion()
Get the service version
|
int |
hashCode() |
boolean |
hasService()
Check if the service name is not null.
|
boolean |
hasVersion()
Check if the service version is not null.
|
String |
toString() |
public String getService()
public boolean hasService()
true, if the service name is not null.public String getVersion()
public boolean hasVersion()
true, if the service version is not null.public int compareTo(OwsServiceKey other)
compareTo in interface Comparable<OwsServiceKey>Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.