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