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