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

Packages that use PassByRef
fedora.server.types.gen   
 

Uses of PassByRef in fedora.server.types.gen
 

Fields in fedora.server.types.gen declared as PassByRef
static PassByRef PassByRef.URL_REF
           
 

Methods in fedora.server.types.gen that return PassByRef
static PassByRef PassByRef.fromString(java.lang.String value)
           
static PassByRef PassByRef.fromValue(java.lang.String value)
           
 PassByRef MethodParmDef.getPASS_BY_REF()
          Gets the PASS_BY_REF value for this MethodParmDef.
 

Methods in fedora.server.types.gen with parameters of type PassByRef
 void MethodParmDef.setPASS_BY_REF(PassByRef PASS_BY_REF)
          Sets the PASS_BY_REF value for this MethodParmDef.
 

Constructors in fedora.server.types.gen with parameters of type PassByRef
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)