public enum OFBsnHashGtpPortMatch extends Enum<OFBsnHashGtpPortMatch>
| Enum Constant and Description |
|---|
BSN_HASH_GTP_PORT_MATCH_DST |
BSN_HASH_GTP_PORT_MATCH_SRC |
BSN_HASH_GTP_PORT_MATCH_SRC_AND_DST |
BSN_HASH_GTP_PORT_MATCH_SRC_OR_DST |
| Modifier and Type | Method and Description |
|---|---|
static OFBsnHashGtpPortMatch |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFBsnHashGtpPortMatch[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFBsnHashGtpPortMatch BSN_HASH_GTP_PORT_MATCH_SRC
public static final OFBsnHashGtpPortMatch BSN_HASH_GTP_PORT_MATCH_DST
public static final OFBsnHashGtpPortMatch BSN_HASH_GTP_PORT_MATCH_SRC_OR_DST
public static final OFBsnHashGtpPortMatch BSN_HASH_GTP_PORT_MATCH_SRC_AND_DST
public static OFBsnHashGtpPortMatch[] values()
for (OFBsnHashGtpPortMatch c : OFBsnHashGtpPortMatch.values()) System.out.println(c);
public static OFBsnHashGtpPortMatch 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 © 2020. All rights reserved.