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

Packages that use DefaultInputType
fedora.server.types.gen   
 

Uses of DefaultInputType in fedora.server.types.gen
 

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

Methods in fedora.server.types.gen that return DefaultInputType
static DefaultInputType DefaultInputType.fromString(java.lang.String value)
           
static DefaultInputType DefaultInputType.fromValue(java.lang.String value)
           
 DefaultInputType MethodParmDef.getDEFAULT_INPUT()
          Gets the DEFAULT_INPUT value for this MethodParmDef.
 

Methods in fedora.server.types.gen with parameters of type DefaultInputType
 void MethodParmDef.setDEFAULT_INPUT(DefaultInputType DEFAULT_INPUT)
          Sets the DEFAULT_INPUT value for this MethodParmDef.
 

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