|
Holger's Java API |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<RelationshipManager.Column>
com.antelmann.sql.RelationshipManager.Column
public static enum RelationshipManager.Column
provides the topics for the mapping of the store
MappingInfo.getMappingForTopic(Object)| Enum Constant Summary | |
|---|---|
BEGIN
maps to a timestamp; optional |
|
BI
maps to a boolean; optional |
|
COMMENT
maps to a string; optional |
|
END
maps to a timestamp; optional |
|
FROM_CLASS
maps to any object representing the class (using an EntryClassMapper); mandatory. |
|
FROM_ID
maps to any object; mandatory |
|
FROM_STRING
maps to the display value of the 'from' reference (if given, this column is only read for instantiation); optional |
|
OPTION
maps to any object; optional |
|
TO_CLASS
maps to any object representing the class (using an EntryClassMapper); mandatory. |
|
TO_ID
maps to any object; mandatory |
|
TO_STRING
maps to the display value of the 'to' reference (if given, this column is only read for instantiation); optional |
|
TYPE
maps to any object; mandatory |
|
| Method Summary | |
|---|---|
static RelationshipManager.Column |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RelationshipManager.Column[] |
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 RelationshipManager.Column FROM_ID
public static final RelationshipManager.Column FROM_CLASS
RelationshipStore.setFromClass(Class) must be set.
public static final RelationshipManager.Column FROM_STRING
public static final RelationshipManager.Column TO_ID
public static final RelationshipManager.Column TO_CLASS
RelationshipStore.setToClass(Class) must be set.
public static final RelationshipManager.Column TO_STRING
public static final RelationshipManager.Column TYPE
public static final RelationshipManager.Column OPTION
public static final RelationshipManager.Column BI
public static final RelationshipManager.Column BEGIN
public static final RelationshipManager.Column END
public static final RelationshipManager.Column COMMENT
| Method Detail |
|---|
public static RelationshipManager.Column[] values()
for (RelationshipManager.Column c : RelationshipManager.Column.values()) System.out.println(c);
public static RelationshipManager.Column valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||