public static enum IPDemultiplexer.IPDemuxMode extends java.lang.Enum<IPDemultiplexer.IPDemuxMode>
Enum Constant and Description |
---|
DESTINATION |
GROUP |
SRC |
TYPE |
Modifier and Type | Method and Description |
---|---|
static IPDemultiplexer.IPDemuxMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IPDemultiplexer.IPDemuxMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IPDemultiplexer.IPDemuxMode DESTINATION
public static final IPDemultiplexer.IPDemuxMode SRC
public static final IPDemultiplexer.IPDemuxMode TYPE
public static final IPDemultiplexer.IPDemuxMode GROUP
public static IPDemultiplexer.IPDemuxMode[] values()
for (IPDemultiplexer.IPDemuxMode c : IPDemultiplexer.IPDemuxMode.values()) System.out.println(c);
public static IPDemultiplexer.IPDemuxMode 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