public static enum Synapse.RangeSignal extends Enum<Synapse.RangeSignal>
| Modifier and Type | Method and Description |
|---|---|
int |
getSignalPos(Range r,
int def) |
String |
toString() |
static Synapse.RangeSignal |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Synapse.RangeSignal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Synapse.RangeSignal START
public static final Synapse.RangeSignal END
public static final Synapse.RangeSignal NONE
public static Synapse.RangeSignal[] values()
for (Synapse.RangeSignal c : Synapse.RangeSignal.values()) System.out.println(c);
public static Synapse.RangeSignal 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 getSignalPos(Range r, int def)
public String toString()
toString in class Enum<Synapse.RangeSignal>Copyright © 2017. All rights reserved.