org.deegree_impl.services.wfs.capabilities
Class Operation_Impl
java.lang.Object
org.deegree_impl.services.wfs.capabilities.Operation_Impl
- All Implemented Interfaces:
- Operation
- class Operation_Impl
- extends java.lang.Object
- implements Operation
----------------------------------------------------------------------
- Version:
- 2002-03-01
- Author:
- Andreas Poth
Field Summary |
private java.lang.String |
name
|
Constructor Summary |
(package private) |
Operation_Impl(java.lang.String name)
individual constructor receiving operation name |
Method Summary |
boolean |
equals(java.lang.Object that)
|
java.lang.String |
getName()
returns the name of the operation |
void |
setName(java.lang.String name)
sets the name of the operation |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
private java.lang.String name
Operation_Impl
Operation_Impl(java.lang.String name)
- individual constructor receiving operation name
getName
public java.lang.String getName()
- returns the name of the operation
- Specified by:
getName
in interface Operation
setName
public void setName(java.lang.String name)
- sets the name of the operation
toString
public java.lang.String toString()
equals
public boolean equals(java.lang.Object that)