public enum OFBsnHashAlgorithmType extends Enum<OFBsnHashAlgorithmType>
| Modifier and Type | Method and Description |
|---|---|
static OFBsnHashAlgorithmType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFBsnHashAlgorithmType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFBsnHashAlgorithmType BSN_HASH_ALGORITHM_CRC16XOR8
public static final OFBsnHashAlgorithmType BSN_HASH_ALGORITHM_CRC16XOR4
public static final OFBsnHashAlgorithmType BSN_HASH_ALGORITHM_CRC16XOR2
public static final OFBsnHashAlgorithmType BSN_HASH_ALGORITHM_CRC16XOR1
public static final OFBsnHashAlgorithmType BSN_HASH_ALGORITHM_CRC16
public static final OFBsnHashAlgorithmType BSN_HASH_ALGORITHM_XOR16
public static final OFBsnHashAlgorithmType BSN_HASH_ALGORITHM_CRC16CCITT
public static final OFBsnHashAlgorithmType BSN_HASH_ALGORITHM_CRC32LO
public static final OFBsnHashAlgorithmType BSN_HASH_ALGORITHM_CRC32HI
public static OFBsnHashAlgorithmType[] values()
for (OFBsnHashAlgorithmType c : OFBsnHashAlgorithmType.values()) System.out.println(c);
public static OFBsnHashAlgorithmType 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 © 2019. All rights reserved.