public enum RegulatoryEdgeSign extends Enum<RegulatoryEdgeSign>
Modifier and Type | Method and Description |
---|---|
static RegulatoryEdgeSign |
getFromPos(int index) |
int |
getIndexForGUI() |
String |
getLongDesc() |
String |
getShortDesc() |
static String[] |
getShortDescForGUI() |
static RegulatoryEdgeSign |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegulatoryEdgeSign[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegulatoryEdgeSign POSITIVE
public static final RegulatoryEdgeSign NEGATIVE
public static final RegulatoryEdgeSign UNKNOWN
public static final RegulatoryEdgeSign DUAL
public static RegulatoryEdgeSign[] values()
for (RegulatoryEdgeSign c : RegulatoryEdgeSign.values()) System.out.println(c);
public static RegulatoryEdgeSign 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 getLongDesc()
public String getShortDesc()
public int getIndexForGUI()
public static String[] getShortDescForGUI()
public static RegulatoryEdgeSign getFromPos(int index)
Copyright © 2005–2020. All rights reserved.