Uses of Class
net.opengis.wms.ServiceDocument.Service.Name.Enum

Packages that use ServiceDocument.Service.Name.Enum
net.opengis.wms   
net.opengis.wms.impl   
 

Uses of ServiceDocument.Service.Name.Enum in net.opengis.wms
 

Fields in net.opengis.wms declared as ServiceDocument.Service.Name.Enum
static ServiceDocument.Service.Name.Enum ServiceDocument.Service.Name.WMS
           
 

Methods in net.opengis.wms that return ServiceDocument.Service.Name.Enum
static ServiceDocument.Service.Name.Enum ServiceDocument.Service.Name.Enum.forInt(int i)
          Returns the enum value corresponding to an int, or null if none.
static ServiceDocument.Service.Name.Enum ServiceDocument.Service.Name.Enum.forString(String s)
          Returns the enum value for a string, or null if none.
 ServiceDocument.Service.Name.Enum ServiceDocument.Service.getName()
          Gets the "Name" element
 

Methods in net.opengis.wms with parameters of type ServiceDocument.Service.Name.Enum
 void ServiceDocument.Service.setName(ServiceDocument.Service.Name.Enum name)
          Sets the "Name" element
 

Uses of ServiceDocument.Service.Name.Enum in net.opengis.wms.impl
 

Methods in net.opengis.wms.impl that return ServiceDocument.Service.Name.Enum
 ServiceDocument.Service.Name.Enum ServiceDocumentImpl.ServiceImpl.getName()
          Gets the "Name" element
 

Methods in net.opengis.wms.impl with parameters of type ServiceDocument.Service.Name.Enum
 void ServiceDocumentImpl.ServiceImpl.setName(ServiceDocument.Service.Name.Enum name)
          Sets the "Name" element
 



Copyright © 2004-2013 52north.org. All Rights Reserved.