public enum BlockHeaderExtentsionsType extends Enum<BlockHeaderExtentsionsType>
| Enum Constant and Description |
|---|
HARDFORK_VERSION_VOTE
NA
|
VERSION
Normal supernode version reporting, for diagnostics and voting.
|
VOID_T
NA
|
| Modifier and Type | Method and Description |
|---|---|
static BlockHeaderExtentsionsType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockHeaderExtentsionsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlockHeaderExtentsionsType VOID_T
public static final BlockHeaderExtentsionsType VERSION
public static final BlockHeaderExtentsionsType HARDFORK_VERSION_VOTE
public static BlockHeaderExtentsionsType[] values()
for (BlockHeaderExtentsionsType c : BlockHeaderExtentsionsType.values()) System.out.println(c);
public static BlockHeaderExtentsionsType 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.