public static enum Sflow.SflowColumn extends Enum<Sflow.SflowColumn>
| Enum Constant and Description |
|---|
AGENT |
EXTERNALIDS |
HAEDER |
POLLING |
SAMPLING |
TARGETS |
| Modifier and Type | Method and Description |
|---|---|
String |
columnName()
Returns the table column name for SflowColumn.
|
static Sflow.SflowColumn |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sflow.SflowColumn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Sflow.SflowColumn TARGETS
public static final Sflow.SflowColumn AGENT
public static final Sflow.SflowColumn EXTERNALIDS
public static final Sflow.SflowColumn HAEDER
public static final Sflow.SflowColumn POLLING
public static final Sflow.SflowColumn SAMPLING
public static Sflow.SflowColumn[] values()
for (Sflow.SflowColumn c : Sflow.SflowColumn.values()) System.out.println(c);
public static Sflow.SflowColumn 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 String columnName()