ColumnDraft |
ContainerLoader.addEdgeColumn(String key,
Class typeClass) |
Adds a new edge column to this container.
|
ColumnDraft |
ContainerLoader.addEdgeColumn(String key,
Class typeClass,
boolean dynamic) |
Adds a new dynamic edge column to this container.
|
ColumnDraft |
ContainerLoader.addNodeColumn(String key,
Class typeClass) |
Adds a new node column to this container.
|
ColumnDraft |
ContainerLoader.addNodeColumn(String key,
Class typeClass,
boolean dynamic) |
Adds a new dynamic node column to this container.
|
ColumnDraft |
ContainerLoader.getEdgeColumn(String key) |
Returns the edge column draft with key as identifier.
|
ColumnDraft |
ContainerUnloader.getEdgeColumn(String key) |
Returns the edge column draft with key as identifier.
|
ColumnDraft |
ContainerLoader.getNodeColumn(String key) |
Returns the node column draft with key as identifier.
|
ColumnDraft |
ContainerUnloader.getNodeColumn(String key) |
Returns the node column draft with key as identifier.
|