Uses of Class
fedora.server.types.gen.PassByValue

Packages that use PassByValue
fedora.server.types.gen   
 

Uses of PassByValue in fedora.server.types.gen
 

Fields in fedora.server.types.gen declared as PassByValue
static PassByValue PassByValue.VALUE
           
 

Methods in fedora.server.types.gen that return PassByValue
static PassByValue PassByValue.fromString(java.lang.String value)
           
static PassByValue PassByValue.fromValue(java.lang.String value)
           
 PassByValue MethodParmDef.getPASS_BY_VALUE()
          Gets the PASS_BY_VALUE value for this MethodParmDef.
 

Methods in fedora.server.types.gen with parameters of type PassByValue
 void MethodParmDef.setPASS_BY_VALUE(PassByValue PASS_BY_VALUE)
          Sets the PASS_BY_VALUE value for this MethodParmDef.
 

Constructors in fedora.server.types.gen with parameters of type PassByValue
MethodParmDef(java.lang.String parmName, java.lang.String parmType, java.lang.String parmDefaultValue, java.lang.String[] parmDomainValues, boolean parmRequired, java.lang.String parmLabel, java.lang.String parmPassBy, PassByRef PASS_BY_REF, PassByValue PASS_BY_VALUE, DatastreamInputType DATASTREAM_INPUT, UserInputType USER_INPUT, DefaultInputType DEFAULT_INPUT)