Package io.objectbox.internal
Enum Class Feature
- All Implemented Interfaces:
Serializable,Comparable<Feature>,Constable
Use with
BoxStore.hasFeature(Feature).-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionHTTP server with a database browser.Check whether debug log can be enabled during runtime.Internal feature, not relevant if using ObjectBox through JNI.Sync client availability.Embedded Sync server availability.TimeSeries support (date/date-nano companion ID and other time-series functionality).Trees invalid input: '&' GraphQL support -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Enum Constant Details
-
RESULT_ARRAY
Internal feature, not relevant if using ObjectBox through JNI. -
TIME_SERIES
TimeSeries support (date/date-nano companion ID and other time-series functionality). -
SYNC
Sync client availability. Visit the ObjectBox Sync website for more details. -
DEBUG_LOG
Check whether debug log can be enabled during runtime. -
ADMIN
HTTP server with a database browser. -
TREES
Trees invalid input: '&' GraphQL support -
SYNC_SERVER
Embedded Sync server availability.
-
-
Field Details
-
id
public final int id
-
-
Constructor Details
-
Feature
private Feature(int id)
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-