public enum KeyPartOrRow extends Enum<KeyPartOrRow>
Modifier and Type | Method and Description |
---|---|
static KeyPartOrRow |
fromByteValue(byte value) |
byte |
toByteValue() |
static KeyPartOrRow |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyPartOrRow[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyPartOrRow KEY_PART
public static final KeyPartOrRow ROW
public static KeyPartOrRow[] values()
for (KeyPartOrRow c : KeyPartOrRow.values()) System.out.println(c);
public static KeyPartOrRow 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 byte toByteValue()
public static KeyPartOrRow fromByteValue(byte value)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.