Uses of Enum Class
cdc.rdb.RdbDatabase.BooleanProperty
-
Uses of RdbDatabase.BooleanProperty in cdc.rdb
Methods in cdc.rdb that return RdbDatabase.BooleanPropertyModifier and TypeMethodDescriptionstatic RdbDatabase.BooleanPropertyReturns the enum constant of this class with the specified name.static RdbDatabase.BooleanProperty[]RdbDatabase.BooleanProperty.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cdc.rdb with parameters of type RdbDatabase.BooleanPropertyModifier and TypeMethodDescriptionbooleanRdbDatabase.getProperty(RdbDatabase.BooleanProperty property) Returns the value of a boolean property.booleanRdbDatabase.isDefined(RdbDatabase.BooleanProperty property) Returns true if a boolean property is defined.voidRdbDatabase.setProperty(RdbDatabase.BooleanProperty property, boolean value) Sets a boolean property.