Uses of Class
de.trustable.ca3s.core.web.rest.data.ContainerType
-
Packages that use ContainerType Package Description de.trustable.ca3s.core.web.rest.data -
-
Uses of ContainerType in de.trustable.ca3s.core.web.rest.data
Methods in de.trustable.ca3s.core.web.rest.data that return ContainerType Modifier and Type Method Description ContainerTypeUploadPrecheckData. getContainerType()static ContainerTypeContainerType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContainerType[]ContainerType. 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 ContainerType Modifier and Type Method Description voidUploadPrecheckData. setContainerType(ContainerType containerType)
-