|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.datasources.webservice.Style
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 |
public Style(java.lang.String inName, java.lang.String inTitle, java.lang.String inStyleURL)
Method Detail |
public java.lang.String getName()
public java.lang.String getTitle()
public java.lang.String getStyleURL()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |