net.dpml.metro.tools
Class OperationDataType

java.lang.Object
  extended bynet.dpml.metro.tools.OperationDataType

public class OperationDataType
extends Object

Defintion of a context entry parameter directive.

Version:
1.1.0
Author:
Digital Product Meta Library

Constructor Summary
OperationDataType()
           
 
Method Summary
 void setMethod(String method)
          Set the operation method name.
 void setName(String name)
          Set the operation name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationDataType

public OperationDataType()
Method Detail

setName

public void setName(String name)
Set the operation name.

Parameters:
name - the operation name

setMethod

public void setMethod(String method)
Set the operation method name.

Parameters:
method - the name of the operation method