org.deegree_impl.services.wcas.capabilities
Class Operation_Impl

java.lang.Object
  extended byorg.deegree_impl.services.wcas.capabilities.Operation_Impl
All Implemented Interfaces:
Operation

public 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.wcas.capabilities.Operation
DELETE, INSERT, LOCK, QUERY, UPDATE
 
Constructor Summary
(package private) Operation_Impl(java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
          returns the name of the operation
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private java.lang.String name
Constructor Detail

Operation_Impl

Operation_Impl(java.lang.String 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)
See Also:
getName()