Uses of Class
de.digitalcollections.model.api.identifiable.resource.enums.FileResourceType
-
Uses of FileResourceType in de.digitalcollections.model.api.identifiable.resource
Methods in de.digitalcollections.model.api.identifiable.resource that return FileResourceType Modifier and Type Method Description FileResourceTypeFileResource. getFileResourceType()Methods in de.digitalcollections.model.api.identifiable.resource with parameters of type FileResourceType Modifier and Type Method Description voidFileResource. setFileResourceType(FileResourceType fileResourceType) -
Uses of FileResourceType in de.digitalcollections.model.api.identifiable.resource.enums
Methods in de.digitalcollections.model.api.identifiable.resource.enums that return FileResourceType Modifier and Type Method Description static FileResourceTypeFileResourceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FileResourceType[]FileResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FileResourceType in de.digitalcollections.model.impl.identifiable.resource
Fields in de.digitalcollections.model.impl.identifiable.resource declared as FileResourceType Modifier and Type Field Description protected FileResourceTypeFileResourceImpl. fileResourceTypeMethods in de.digitalcollections.model.impl.identifiable.resource that return FileResourceType Modifier and Type Method Description FileResourceTypeFileResourceImpl. getFileResourceType()Methods in de.digitalcollections.model.impl.identifiable.resource with parameters of type FileResourceType Modifier and Type Method Description voidFileResourceImpl. setFileResourceType(FileResourceType fileResourceType)