public static enum Reb.RebType extends Enum<Reb.RebType>
| Modifier and Type | Method and Description |
|---|---|
Location.LocationType |
getLocationType() |
static Reb.RebType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Reb.RebType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Reb.RebType WAVEFRONT
public static final Reb.RebType GUIDER
public static final Reb.RebType SCIENCE
public static Reb.RebType[] values()
for (Reb.RebType c : Reb.RebType.values()) System.out.println(c);
public static Reb.RebType 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 Location.LocationType getLocationType()
Copyright © 2023 LSST. All rights reserved.