public static enum Flow.NetflowVersion extends Enum<Flow.NetflowVersion>
Modifier and Type | Method and Description |
---|---|
static Flow.NetflowVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Flow.NetflowVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Flow.NetflowVersion V5
public static final Flow.NetflowVersion V9
public static final Flow.NetflowVersion IPFIX
public static final Flow.NetflowVersion SFLOW
public static Flow.NetflowVersion[] values()
for (Flow.NetflowVersion c : Flow.NetflowVersion.values()) System.out.println(c);
public static Flow.NetflowVersion 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 nullCopyright © 2021. All rights reserved.