public enum EProjectSpecificDBTable extends Enum<EProjectSpecificDBTable>
| Enum Constant and Description |
|---|
DATA_INBOX |
VIEW_INBOX |
| Modifier and Type | Method and Description |
|---|---|
String |
getTableName(Projekt p) |
ITableTemplate<?> |
getTableTemplate(Projekt p) |
int |
getValueSizeLimit() |
static EProjectSpecificDBTable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EProjectSpecificDBTable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EProjectSpecificDBTable DATA_INBOX
public static final EProjectSpecificDBTable VIEW_INBOX
public String prefix
public static EProjectSpecificDBTable[] values()
for (EProjectSpecificDBTable c : EProjectSpecificDBTable.values()) System.out.println(c);
public static EProjectSpecificDBTable 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 ITableTemplate<?> getTableTemplate(Projekt p)
public int getValueSizeLimit()
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.