|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TypeStorageMode>
com.flexive.shared.structure.TypeStorageMode
public enum TypeStorageMode
Mode how tables are stored/accessed
| Enum Constant Summary | |
|---|---|
External
External (not by fleXive managed) table |
|
Flat
One table per type |
|
Hierarchical
Master/Detail tables to support hierarchies |
|
Memory
In-memory storage |
|
| Method Summary | |
|---|---|
static TypeStorageMode |
getById(int id)
Get a TypeStorageMode by its id |
java.lang.String |
getDescription()
Getter for the description |
int |
getId()
Getter for the internal id |
FxString |
getLabel()
Return the localized label of the object. |
boolean |
isSupported()
Is this TypeStorageMode supported (yet)? |
static TypeStorageMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TypeStorageMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TypeStorageMode Flat
public static final TypeStorageMode Hierarchical
public static final TypeStorageMode External
public static final TypeStorageMode Memory
| Method Detail |
|---|
public static TypeStorageMode[] values()
for (TypeStorageMode c : TypeStorageMode.values()) System.out.println(c);
public static TypeStorageMode 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 name
java.lang.NullPointerException - if the argument is nullpublic int getId()
public java.lang.String getDescription()
public boolean isSupported()
public static TypeStorageMode getById(int id)
throws FxNotFoundException
id - id
FxNotFoundException - on errorspublic FxString getLabel()
getLabel in interface ObjectWithLabel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||