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