public static enum DepositionMetadata.ImageType extends Enum<DepositionMetadata.ImageType>
| Enum Constant and Description |
|---|
diagram |
drawing |
figure |
other |
photo |
plot |
| Modifier and Type | Method and Description |
|---|---|
static DepositionMetadata.ImageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DepositionMetadata.ImageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DepositionMetadata.ImageType figure
public static final DepositionMetadata.ImageType plot
public static final DepositionMetadata.ImageType drawing
public static final DepositionMetadata.ImageType diagram
public static final DepositionMetadata.ImageType photo
public static final DepositionMetadata.ImageType other
public static DepositionMetadata.ImageType[] values()
for (DepositionMetadata.ImageType c : DepositionMetadata.ImageType.values()) System.out.println(c);
public static DepositionMetadata.ImageType 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.