org.deegree_impl.services.wfs.capabilities
Class Operation_Impl

java.lang.Object
  extended byorg.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
           
 
Fields inherited from interface org.deegree.services.wfs.capabilities.Operation
DELETE, INSERT, LOCK, QUERY, UPDATE
 
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
 

Field Detail

name

private java.lang.String name
Constructor Detail

Operation_Impl

Operation_Impl(java.lang.String name)
individual constructor receiving operation name

Method Detail

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)