Uses of Enum Class
cdc.rdb.RdbDatabase.LongProperty
-
Uses of RdbDatabase.LongProperty in cdc.rdb
Methods in cdc.rdb that return RdbDatabase.LongPropertyModifier and TypeMethodDescriptionstatic RdbDatabase.LongPropertyReturns the enum constant of this class with the specified name.static RdbDatabase.LongProperty[]RdbDatabase.LongProperty.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.LongPropertyModifier and TypeMethodDescriptionlongRdbDatabase.getProperty(RdbDatabase.LongProperty property) Returns the value of a long property.booleanRdbDatabase.isDefined(RdbDatabase.LongProperty property) Returns true if a long property is defined.voidRdbDatabase.setProperty(RdbDatabase.LongProperty property, long value) Sets a long property.