public static enum ConfigAnalyzer.PortCategory extends java.lang.Enum<ConfigAnalyzer.PortCategory>
Modifier and Type | Method and Description |
---|---|
static ConfigAnalyzer.PortCategory |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigAnalyzer.PortCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigAnalyzer.PortCategory VHF
public static final ConfigAnalyzer.PortCategory HF
public static final ConfigAnalyzer.PortCategory IGATE
public static ConfigAnalyzer.PortCategory[] values()
for (ConfigAnalyzer.PortCategory c : ConfigAnalyzer.PortCategory.values()) System.out.println(c);
public static ConfigAnalyzer.PortCategory valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null