Uses of Enum Class
cdc.rdb.RdbDatabase.IntegerProperty
-
Uses of RdbDatabase.IntegerProperty in cdc.rdb
Methods in cdc.rdb that return RdbDatabase.IntegerPropertyModifier and TypeMethodDescriptionstatic RdbDatabase.IntegerPropertyReturns the enum constant of this class with the specified name.static RdbDatabase.IntegerProperty[]RdbDatabase.IntegerProperty.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.IntegerPropertyModifier and TypeMethodDescriptionintRdbDatabase.getProperty(RdbDatabase.IntegerProperty property) Returns the value of an integer property.booleanRdbDatabase.isDefined(RdbDatabase.IntegerProperty property) Returns true if an integer property is defined.voidRdbDatabase.setProperty(RdbDatabase.IntegerProperty property, int value) Sets an integer property.