net.dpml.metro.tools
Class InterfaceDataType

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

public class InterfaceDataType
extends Object

Defintion of a context entry parameter directive.

Version:
1.1.0
Author:
Digital Product Meta Library

Constructor Summary
InterfaceDataType()
           
 
Method Summary
 void setClass(String classname)
          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

InterfaceDataType

public InterfaceDataType()
Method Detail

setName

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

Parameters:
name - the operation name

setClass

public void setClass(String classname)
Set the operation method name.

Parameters:
classname - the name of the interface class