public enum CCDType extends Enum<CCDType>
| Modifier and Type | Method and Description |
|---|---|
CCDGeometry |
getGeometry()
Get the geometry for this CCD.
|
static CCDType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CCDType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static CCDType[] values()
for (CCDType c : CCDType.values()) System.out.println(c);
public static 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 nullpublic CCDGeometry getGeometry()
Copyright © 2015 LSST. All rights reserved.