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

Packages that use DatastreamInputType
fedora.server.types.gen   
 

Uses of DatastreamInputType in fedora.server.types.gen
 

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

Methods in fedora.server.types.gen that return DatastreamInputType
static DatastreamInputType DatastreamInputType.fromString(java.lang.String value)
           
static DatastreamInputType DatastreamInputType.fromValue(java.lang.String value)
           
 DatastreamInputType MethodParmDef.getDATASTREAM_INPUT()
          Gets the DATASTREAM_INPUT value for this MethodParmDef.
 

Methods in fedora.server.types.gen with parameters of type DatastreamInputType
 void MethodParmDef.setDATASTREAM_INPUT(DatastreamInputType DATASTREAM_INPUT)
          Sets the DATASTREAM_INPUT value for this MethodParmDef.
 

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