Uses of Class
net.n2oapp.framework.api.metadata.event.action.UploadType
-
Packages that use UploadType Package Description net.n2oapp.framework.api.metadata.event.action net.n2oapp.framework.api.ui -
-
Uses of UploadType in net.n2oapp.framework.api.metadata.event.action
Methods in net.n2oapp.framework.api.metadata.event.action that return UploadType Modifier and Type Method Description static UploadTypeUploadType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UploadType[]UploadType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of UploadType in net.n2oapp.framework.api.ui
Methods in net.n2oapp.framework.api.ui that return UploadType Modifier and Type Method Description UploadTypeFormModel. getUpload()Deprecated.UploadTypeQueryRequestInfo. getUpload()Methods in net.n2oapp.framework.api.ui with parameters of type UploadType Modifier and Type Method Description static FormModelFormModel. fromUploadType(UploadType uploadType)Deprecated.voidQueryRequestInfo. setUpload(UploadType upload)
-