public static enum CornerRaft.CornerRaftPosition extends Enum<CornerRaft.CornerRaftPosition>
| Modifier and Type | Method and Description |
|---|---|
int |
getParallelPosition() |
int |
getSerialPosition() |
static CornerRaft.CornerRaftPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CornerRaft.CornerRaftPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CornerRaft.CornerRaftPosition CR04
public static final CornerRaft.CornerRaftPosition CR00
public static final CornerRaft.CornerRaftPosition CR40
public static final CornerRaft.CornerRaftPosition CR44
public static CornerRaft.CornerRaftPosition[] values()
for (CornerRaft.CornerRaftPosition c : CornerRaft.CornerRaftPosition.values()) System.out.println(c);
public static CornerRaft.CornerRaftPosition 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 int getParallelPosition()
public int getSerialPosition()
Copyright © 2021 LSST. All rights reserved.