public enum OpenflowVersion extends Enum<OpenflowVersion>
| Enum Constant and Description |
|---|
OF10
Deprecated.
|
OF13
Deprecated.
|
UNSUPPORTED
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static OpenflowVersion |
get(Short version)
Deprecated.
|
short |
getVersion()
Deprecated.
Getter.
|
static OpenflowVersion |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static OpenflowVersion[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenflowVersion OF10
public static final OpenflowVersion OF13
public static final OpenflowVersion UNSUPPORTED
public static OpenflowVersion[] values()
for (OpenflowVersion c : OpenflowVersion.values()) System.out.println(c);
public static OpenflowVersion 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 OpenflowVersion get(Short version)
public short getVersion()
Copyright © 2019 OpenDaylight. All rights reserved.