fedora.client.bmech.data
Class Method

java.lang.Object
  extended by fedora.client.bmech.data.Method

public class Method
extends java.lang.Object

Title: Method.java

Description:

Version:
$Id: Method.java 3965 2005-04-21 12:52:40Z rlw $
Author:
payette@cs.cornell.edu

Field Summary
static java.lang.String HTTP_MESSAGE_PROTOCOL
           
 java.lang.String methodLabel
           
 java.lang.String methodName
           
 MethodProperties methodProperties
           
 
Constructor Summary
Method()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTTP_MESSAGE_PROTOCOL

public static final java.lang.String HTTP_MESSAGE_PROTOCOL
See Also:
Constant Field Values

methodName

public java.lang.String methodName

methodLabel

public java.lang.String methodLabel

methodProperties

public MethodProperties methodProperties
Constructor Detail

Method

public Method()