public static enum GangliaEndpointBuilderFactory.UDPAddressingMode extends Enum<GangliaEndpointBuilderFactory.UDPAddressingMode>
info.ganglia.gmetric4j.gmetric.GMetric$UDPAddressingMode
enum.| Modifier and Type | Method and Description |
|---|---|
static GangliaEndpointBuilderFactory.UDPAddressingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GangliaEndpointBuilderFactory.UDPAddressingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GangliaEndpointBuilderFactory.UDPAddressingMode MULTICAST
public static final GangliaEndpointBuilderFactory.UDPAddressingMode UNICAST
public static GangliaEndpointBuilderFactory.UDPAddressingMode[] values()
for (GangliaEndpointBuilderFactory.UDPAddressingMode c : GangliaEndpointBuilderFactory.UDPAddressingMode.values()) System.out.println(c);
public static GangliaEndpointBuilderFactory.UDPAddressingMode 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 nullApache Camel