fedora.server.storage.types
Class MethodDef

java.lang.Object
  extended by fedora.server.storage.types.MethodDef
Direct Known Subclasses:
MethodDefOperationBind, MmapMethodDef

public class MethodDef
extends java.lang.Object

Title: MethodDef.java

Description:

Version:
$Id: MethodDef.java 3966 2005-04-21 13:33:01Z rlw $
Author:
payette@cs.cornell.edu

Field Summary
 java.lang.String methodLabel
           
 java.lang.String methodName
           
 MethodParmDef[] methodParms
           
 
Constructor Summary
MethodDef()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodName

public java.lang.String methodName

methodLabel

public java.lang.String methodLabel

methodParms

public MethodParmDef[] methodParms
Constructor Detail

MethodDef

public MethodDef()