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