public enum LogTxMeta extends Enum<LogTxMeta>
| Enum Constant and Description |
|---|
GROUPNAME |
LOG_ID |
SOURCE_TRANSACTION |
| Modifier and Type | Method and Description |
|---|---|
abstract Class |
dataType() |
abstract Object |
getValue(TransactionConfiguration txConfig) |
abstract void |
setValue(TransactionBuilder builder,
Object value) |
static LogTxMeta |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogTxMeta[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogTxMeta GROUPNAME
public static final LogTxMeta LOG_ID
public static final LogTxMeta SOURCE_TRANSACTION
public static LogTxMeta[] values()
for (LogTxMeta c : LogTxMeta.values()) System.out.println(c);
public static LogTxMeta 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 abstract Object getValue(TransactionConfiguration txConfig)
public abstract void setValue(TransactionBuilder builder, Object value)
public abstract Class dataType()
Copyright © 2012–2015. All rights reserved.