fedora.server.storage.types
Class MethodParmDef

java.lang.Object
  extended byfedora.server.storage.types.MethodParmDef
Direct Known Subclasses:
MmapMethodParmDef

public class MethodParmDef
extends java.lang.Object

Title: MethodParmDef.java

Description:

-----------------------------------------------------------------------------

License and Copyright: The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/.

Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.

The entire file consists of original code. Copyright © 2002-2005 by The Rector and Visitors of the University of Virginia and Cornell University. All rights reserved.

-----------------------------------------------------------------------------

Version:
$Id: MethodParmDef.java,v 1.10 2005/01/11 20:06:08 cwilper Exp $
Author:
payette@cs.cornell.edu

Field Summary
static java.lang.String DATASTREAM_INPUT
           
static java.lang.String DEFAULT_INPUT
           
 java.lang.String parmDefaultValue
           
 java.lang.String[] parmDomainValues
           
 java.lang.String parmLabel
           
 java.lang.String parmName
           
 java.lang.String parmPassBy
           
 boolean parmRequired
           
 java.lang.String parmType
           
static java.lang.String PASS_BY_REF
           
static java.lang.String PASS_BY_VALUE
           
static java.lang.String USER_INPUT
           
 
Constructor Summary
MethodParmDef()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PASS_BY_REF

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

PASS_BY_VALUE

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

DATASTREAM_INPUT

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

USER_INPUT

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

DEFAULT_INPUT

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

parmName

public java.lang.String parmName

parmType

public java.lang.String parmType

parmDefaultValue

public java.lang.String parmDefaultValue

parmDomainValues

public java.lang.String[] parmDomainValues

parmRequired

public boolean parmRequired

parmLabel

public java.lang.String parmLabel

parmPassBy

public java.lang.String parmPassBy
Constructor Detail

MethodParmDef

public MethodParmDef()