org.deegree_impl.graphics.sld
Class Style_Impl

java.lang.Object
  extended byorg.deegree_impl.graphics.sld.Style_Impl
All Implemented Interfaces:
Style
Direct Known Subclasses:
NamedStyle_Impl, UserStyle_Impl

class Style_Impl
extends java.lang.Object
implements Style

----------------------------------------------------------------------

Version:
$Revision: 1.5 $ $Date: 2004/01/12 14:48:41 $
Author:
Andreas Poth

Field Summary
protected  java.lang.String name
           
 
Constructor Summary
(package private) Style_Impl(java.lang.String name)
          Creates a new Style_Impl object.
 
Method Summary
 java.lang.String getName()
          The given Name is equivalent to the name of a WMS named style and is used to reference the style externally when an SLD is used in library mode and identifies the named style to redefine when an SLD is inserted into a WMS.
 void setName(java.lang.String name)
          Sets the name attribute's value of the Style.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name
Constructor Detail

Style_Impl

Style_Impl(java.lang.String name)
Creates a new Style_Impl object.

Parameters:
name -
Method Detail

getName

public java.lang.String getName()
The given Name is equivalent to the name of a WMS named style and is used to reference the style externally when an SLD is used in library mode and identifies the named style to redefine when an SLD is inserted into a WMS.

Specified by:
getName in interface Style
Returns:
the name

setName

public void setName(java.lang.String name)
Sets the name attribute's value of the Style.

Specified by:
setName in interface Style
Parameters:
name - the name of the style