public interface Service
Modifier and Type | Method and Description |
---|---|
Service |
findServiceByNameGlobally(String name) |
URI |
getBaseUri()
Return the base URI for this Service, may not be null.
|
String |
getDescription()
Returns a human-readable description of this Service.
|
String |
getName()
Returns the name of this Service, may not be null.
|
List<Property> |
getProperties()
Return the List of Property objects associated with this Service.
|
Property |
getPropertyByName(String name) |
Service |
getServiceByName(String name) |
List<Service> |
getServices()
Return the List of Service Objects nested in this service.
|
String |
getSuffix()
Return the suffix for this Service.
|
ServiceType |
getType()
Return the ServiceType for this Service, may not be null.
|
String getName()
String getDescription()
ServiceType getType()
URI getBaseUri()
String getSuffix()
List<Property> getProperties()
List<Service> getServices()
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.