Uses of Class
com.c8db.entity.DocumentField.Type
-
Packages that use DocumentField.Type Package Description com.c8db.entity com.c8db.internal -
-
Uses of DocumentField.Type in com.c8db.entity
Methods in com.c8db.entity that return DocumentField.Type Modifier and Type Method Description DocumentField.Typevalue()static DocumentField.TypeDocumentField.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentField.Type[]DocumentField.Type. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DocumentField.Type in com.c8db.internal
Method parameters in com.c8db.internal with type arguments of type DocumentField.Type Modifier and Type Method Description voidDocumentCache. setValues(Object doc, Map<DocumentField.Type,String> values)
-