public static enum Synapse.RangeVisibility extends Enum<Synapse.RangeVisibility>
| Enum Constant and Description |
|---|
MATCH_INPUT |
MAX_OUTPUT |
NONE |
| Modifier and Type | Method and Description |
|---|---|
static int |
apply(int a,
Synapse.RangeVisibility rva,
int b,
Synapse.RangeVisibility rvb,
boolean dir) |
static Synapse.RangeVisibility |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Synapse.RangeVisibility[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Synapse.RangeVisibility MATCH_INPUT
public static final Synapse.RangeVisibility MAX_OUTPUT
public static final Synapse.RangeVisibility NONE
public static Synapse.RangeVisibility[] values()
for (Synapse.RangeVisibility c : Synapse.RangeVisibility.values()) System.out.println(c);
public static Synapse.RangeVisibility 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 static int apply(int a,
Synapse.RangeVisibility rva,
int b,
Synapse.RangeVisibility rvb,
boolean dir)
Copyright © 2017. All rights reserved.