public enum SystemConfColumns extends java.lang.Enum<SystemConfColumns>
| Enum Constant and Description |
|---|
conf |
| Modifier and Type | Method and Description |
|---|---|
static void |
appendNames(java.lang.String prefix,
java.lang.StringBuilder query) |
static void |
appendValues(java.lang.StringBuilder query) |
static JdbcAbstractStore.EntityPopulator<java.util.Map<java.lang.String,java.lang.String>> |
populator() |
static JdbcAbstractStore.StatementValues<java.util.Map<java.lang.String,java.lang.String>> |
statementValues() |
static SystemConfColumns |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SystemConfColumns[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemConfColumns conf
public static SystemConfColumns[] values()
for (SystemConfColumns c : SystemConfColumns.values()) System.out.println(c);
public static SystemConfColumns valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static void appendNames(java.lang.String prefix,
java.lang.StringBuilder query)
public static void appendValues(java.lang.StringBuilder query)
public static JdbcAbstractStore.StatementValues<java.util.Map<java.lang.String,java.lang.String>> statementValues()
public static JdbcAbstractStore.EntityPopulator<java.util.Map<java.lang.String,java.lang.String>> populator()
Copyright © 2024. All Rights Reserved.