public static enum Segment.SegmentsRotation extends Enum<Segment.SegmentsRotation>
| Enum Constant and Description |
|---|
NIGHTY |
ONE_EIGHTY |
TWO_SEVENTY |
ZERO |
| Modifier and Type | Method and Description |
|---|---|
static Segment.SegmentsRotation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Segment.SegmentsRotation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Segment.SegmentsRotation ZERO
public static final Segment.SegmentsRotation NIGHTY
public static final Segment.SegmentsRotation ONE_EIGHTY
public static final Segment.SegmentsRotation TWO_SEVENTY
public static Segment.SegmentsRotation[] values()
for (Segment.SegmentsRotation c : Segment.SegmentsRotation.values()) System.out.println(c);
public static Segment.SegmentsRotation 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 © 2021 LSST. All rights reserved.