public static enum DepositionMetadata.UploadType extends Enum<DepositionMetadata.UploadType>
| Enum Constant and Description |
|---|
dataset |
image |
lesson |
other |
poster |
presentation |
publication |
software |
video |
| Modifier and Type | Method and Description |
|---|---|
static DepositionMetadata.UploadType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DepositionMetadata.UploadType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DepositionMetadata.UploadType publication
public static final DepositionMetadata.UploadType poster
public static final DepositionMetadata.UploadType presentation
public static final DepositionMetadata.UploadType dataset
public static final DepositionMetadata.UploadType image
public static final DepositionMetadata.UploadType video
public static final DepositionMetadata.UploadType software
public static final DepositionMetadata.UploadType lesson
public static final DepositionMetadata.UploadType other
public static DepositionMetadata.UploadType[] values()
for (DepositionMetadata.UploadType c : DepositionMetadata.UploadType.values()) System.out.println(c);
public static DepositionMetadata.UploadType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020. All Rights Reserved.