public static enum Segment.SegmentReadOutOrder extends Enum<Segment.SegmentReadOutOrder>
| Enum Constant and Description |
|---|
LeftDown |
LeftUp |
RightDown |
RightUp |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReadoutDown() |
boolean |
isReadoutLeft() |
static Segment.SegmentReadOutOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Segment.SegmentReadOutOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Segment.SegmentReadOutOrder LeftDown
public static final Segment.SegmentReadOutOrder LeftUp
public static final Segment.SegmentReadOutOrder RightDown
public static final Segment.SegmentReadOutOrder RightUp
public static Segment.SegmentReadOutOrder[] values()
for (Segment.SegmentReadOutOrder c : Segment.SegmentReadOutOrder.values()) System.out.println(c);
public static Segment.SegmentReadOutOrder 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 boolean isReadoutDown()
public boolean isReadoutLeft()
Copyright © 2016 LSST. All rights reserved.