
public enum Segment extends Enum<Segment>
| Modifier and Type | Field and Description |
|---|---|
static int[] |
N |
| Modifier and Type | Method and Description |
|---|---|
static int[] |
getIndices(org.lsst.ccs.gconsole.agent.AgentChannel channel) |
String |
getKey() |
int |
getNX() |
int |
getNY() |
String |
getPathPrefix() |
static Segment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Segment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Segment RAFT
public static final Segment REB
public static final Segment CCD
public static final Segment AMP
public static Segment[] values()
for (Segment c : Segment.values()) System.out.println(c);
public static Segment 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 getNX()
public int getNY()
public String getKey()
public String getPathPrefix()
public static int[] getIndices(org.lsst.ccs.gconsole.agent.AgentChannel channel)
Copyright © 2019 LSST. All rights reserved.