Uses of Class
de.trustable.ca3s.core.web.rest.data.CreationMode
-
Packages that use CreationMode Package Description de.trustable.ca3s.core.web.rest.data -
-
Uses of CreationMode in de.trustable.ca3s.core.web.rest.data
Methods in de.trustable.ca3s.core.web.rest.data that return CreationMode Modifier and Type Method Description CreationModeUploadPrecheckData. getCreationMode()static CreationModeCreationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CreationMode[]CreationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.trustable.ca3s.core.web.rest.data with parameters of type CreationMode Modifier and Type Method Description voidUploadPrecheckData. setCreationMode(CreationMode creationMode)
-