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

Packages that use UserInputType
fedora.server.types.gen   
 

Uses of UserInputType in fedora.server.types.gen
 

Fields in fedora.server.types.gen declared as UserInputType
static UserInputType UserInputType.value1
           
 

Methods in fedora.server.types.gen that return UserInputType
static UserInputType UserInputType.fromString(java.lang.String value)
           
static UserInputType UserInputType.fromValue(java.lang.String value)
           
 UserInputType MethodParmDef.getUSER_INPUT()
          Gets the USER_INPUT value for this MethodParmDef.
 

Methods in fedora.server.types.gen with parameters of type UserInputType
 void MethodParmDef.setUSER_INPUT(UserInputType USER_INPUT)
          Sets the USER_INPUT value for this MethodParmDef.
 

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