public enum ImageType extends Enum<ImageType>
| Enum Constant and Description |
|---|
ALL |
BBCCUSTOM |
BBCSYSTEM |
CUSTOM |
EBCCUSTOM |
EBCSYSTEM |
EBCTOTAL |
FPGABCCCUSTOM |
FPGABCCSYSTEM |
GPUBBCCUSTOM |
GPUBBCSYSTEM |
GPUBCCCUSTOM |
GPUBCCSYSTEM |
INTEGRATION |
SHARING |
SYSTEM |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
String |
toString() |
static ImageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageType ALL
public static final ImageType SYSTEM
public static final ImageType CUSTOM
public static final ImageType INTEGRATION
public static final ImageType SHARING
public static final ImageType BBCSYSTEM
public static final ImageType BBCCUSTOM
public static final ImageType GPUBCCSYSTEM
public static final ImageType GPUBCCCUSTOM
public static final ImageType GPUBBCSYSTEM
public static final ImageType GPUBBCCUSTOM
public static final ImageType EBCTOTAL
public static final ImageType EBCSYSTEM
public static final ImageType EBCCUSTOM
public static final ImageType FPGABCCSYSTEM
public static final ImageType FPGABCCCUSTOM
public static ImageType[] values()
for (ImageType c : ImageType.values()) System.out.println(c);
public static 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 nullpublic String getValue()
Copyright © 2026. All rights reserved.