gistoolkit.datasources.webservice
Class Style

java.lang.Object
  extended bygistoolkit.datasources.webservice.Style

public class Style
extends java.lang.Object

Holds information about the styles available for a web service.


Constructor Summary
Style(java.lang.String inName, java.lang.String inTitle, java.lang.String inStyleURL)
          Creates new Style
 
Method Summary
 java.lang.String getName()
          Retrieve the name of the style
 java.lang.String getStyleURL()
          Return the URL of additional information about the Style
 java.lang.String getTitle()
          Return the title of the style
 java.lang.String toString()
          returns the title of the style
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Style

public Style(java.lang.String inName,
             java.lang.String inTitle,
             java.lang.String inStyleURL)
Creates new Style

Method Detail

getName

public java.lang.String getName()
Retrieve the name of the style


getTitle

public java.lang.String getTitle()
Return the title of the style


getStyleURL

public java.lang.String getStyleURL()
Return the URL of additional information about the Style


toString

public java.lang.String toString()
returns the title of the style