FieldType
Enumerates field handling special-cases. Fields may be annotated with these special types to change the way they are
handled by the model mapping layer.
Content copied to clipboard
elide.model.FieldType
Properties
Link copied to clipboard
Store this object as a special flags-style mapping.
Content copied to clipboard
FLAGS = 4;
Link copied to clipboard
This field represents a key for this item's parent.
Content copied to clipboard
PARENT = 7;
Link copied to clipboard
This field represents a full key path in hierarchical storage.
Content copied to clipboard
PATH = 8;
Link copied to clipboard
This key is a foreign reference.
Content copied to clipboard
REFERENCE = 5;
Link copied to clipboard
This is a standard field (default value).
Content copied to clipboard
STANDARD = 0;
Link copied to clipboard
This is a tags-style field.
Content copied to clipboard
TAGS = 3;
Link copied to clipboard
This item is a timestamp.
Content copied to clipboard
TIMESTAMP = 6;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)