public static enum ImageReadoutParametersEvent.CCDType extends Enum<ImageReadoutParametersEvent.CCDType> implements SALEnum<ImageReadoutParametersEvent.CCDType>
| Modifier and Type | Method and Description |
|---|---|
static ImageReadoutParametersEvent.CCDType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageReadoutParametersEvent.CCDType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetEnum, getSALValuepublic static final ImageReadoutParametersEvent.CCDType E2V
public static final ImageReadoutParametersEvent.CCDType ITL
public static ImageReadoutParametersEvent.CCDType[] values()
for (ImageReadoutParametersEvent.CCDType c : ImageReadoutParametersEvent.CCDType.values()) System.out.println(c);
public static ImageReadoutParametersEvent.CCDType 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 © 2018. All rights reserved.