public enum StorageTransactionsEntryType extends Enum<StorageTransactionsEntryType>
| Enum Constant and Description |
|---|
DATA_STORE |
DATA_TRANSFER |
FILE_CREATION |
FILE_DELETION |
FILE_TRUNCATION |
| Modifier and Type | Method and Description |
|---|---|
byte |
code() |
static StorageTransactionsEntryType |
fromCode(byte code) |
int |
length() |
String |
toString() |
String |
typeName() |
static StorageTransactionsEntryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageTransactionsEntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StorageTransactionsEntryType FILE_CREATION
public static final StorageTransactionsEntryType DATA_STORE
public static final StorageTransactionsEntryType DATA_TRANSFER
public static final StorageTransactionsEntryType FILE_TRUNCATION
public static final StorageTransactionsEntryType FILE_DELETION
public static StorageTransactionsEntryType[] values()
for (StorageTransactionsEntryType c : StorageTransactionsEntryType.values()) System.out.println(c);
public static StorageTransactionsEntryType 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 code()
public String typeName()
public int length()
public String toString()
toString in class Enum<StorageTransactionsEntryType>public static StorageTransactionsEntryType fromCode(byte code)
Copyright © 2022 MicroStream Software. All rights reserved.